[issue20739] PEP 463 (except expression) implementation

Chris Angelico report at bugs.python.org
Thu Feb 27 16:33:36 CET 2014


Chris Angelico added the comment:

One test failing, due to Tools/parser/unparse.py not knowing how to unparse an except expression. Otherwise, test suite passes (with most of the stdlib unchanged). I'm about to try writing an actual conversion script which will rewrite the stdlib, and then see how much of the test suite still passes. (For this, I'll be doing only the easiest/simplest translations - the ones that involve simple or augmented assignment, and return statements - and I'll ignore PEP 8.)

----------
Added file: http://bugs.python.org/file34245/unparse_exceptexpr.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20739>
_______________________________________


More information about the Python-bugs-list mailing list