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 ncoghlan
Recipients Yury.Selivanov, alex, asvetlov, eric.araujo, gcewing, ncoghlan, rfk, rhettinger, rndblnch
Date 2011-08-30.12:26:17
SpamBayes Score 0.00032745182
Marked as misclassified No
Message-id <1314707178.33.0.945438600759.issue11682@psf.upfronthosting.co.za>
In-reply-to
Content
The pep380 branch in my bitbucket repo has been updated with the refactored tests that Ryan Kelly put together at the PyconAU sprints (as well as being brought up to speed with 3.x tip).

The update depends on the new dis.get_opinfo() API added by issue #11816 (which is currently with Raymond for review).

The AST validator still needs to be updated to take into account the new syntax and the patch attribution needs to be updated to account for Ryan's contribution, but this is getting fairly close to being ready.
History
Date User Action Args
2011-08-30 12:26:18ncoghlansetrecipients: + ncoghlan, rhettinger, gcewing, rndblnch, eric.araujo, alex, rfk, asvetlov, Yury.Selivanov
2011-08-30 12:26:18ncoghlansetmessageid: <1314707178.33.0.945438600759.issue11682@psf.upfronthosting.co.za>
2011-08-30 12:26:17ncoghlanlinkissue11682 messages
2011-08-30 12:26:17ncoghlancreate