This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Rosuav
Recipients Rosuav, twouters, yselivanov
Date 2014-02-27.15:33:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393515216.19.0.391960946207.issue20739@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2014-02-27 15:33:36Rosuavsetrecipients: + Rosuav, twouters, yselivanov
2014-02-27 15:33:36Rosuavsetmessageid: <1393515216.19.0.391960946207.issue20739@psf.upfronthosting.co.za>
2014-02-27 15:33:36Rosuavlinkissue20739 messages
2014-02-27 15:33:35Rosuavcreate