This website requires JavaScript.
Explore
Help
Sign In
jinx
/
python-uncompyle6
Watch
1
Fork
0
You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced
2025-08-03 00:45:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
75c718bc5c313a514662107a7c02a593d06b8df2
python-uncompyle6
/
test
/
simple_source
/
bug26
History
rocky
75c718bc5c
Python 2.2..2.6 bug in a == b == c == d
...
Fix was to remove some come froms. Feels a little hacky though.
2016-09-03 10:05:55 -04:00
..
02_except_as.py
Handle Python 2.6 and below "except <cond>, <var>"
2016-09-01 02:20:07 -04:00
03_raise_from.py
Handle Python 2 vs 3 raise syntax change
2016-08-30 00:42:24 -04:00
04_comp_for.py
Fix Python 2.4-2.6 comp_for text generation...
2016-09-03 00:30:48 -04:00
04_while_and_stmt_one_line.py
2.6- bug: while..and: stmt - on one line
2016-09-01 20:44:17 -04:00
05-ret-or.py
Python packaging - yet again.
2016-05-13 22:59:15 -04:00
06_return_pop.py
Python 2.6- bug: RETURN_ENDIF, POP_TOP ..
2016-09-02 21:08:44 -04:00
06_setif_comprehension.py
A 2.6 comprehension bug
2016-06-29 21:24:19 -04:00
07_generator_return.py
Python 2.3..2.6 "return" bug
2016-09-03 08:04:52 -04:00
08_triple_equals.py
Python 2.2..2.6 bug in a == b == c == d
2016-09-03 10:05:55 -04:00