Files
python-uncompyle6/uncompyle6/semantics
rocky b6fd9088b8 Python 2.3..2.6 "return" bug
In Python 2.6 and possibly down to 2.3 we need to issue "return" not
"return None" inside a generator. So check for that "return None"
inside n_return and issue "return" for that.
2016-09-03 08:04:52 -04:00
..
2016-07-29 19:54:16 -04:00
2016-09-03 08:04:52 -04:00