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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20739>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to