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 brett.cannon, gvanrossum, larry, lukasz.langa, ncoghlan, ned.deily, yselivanov
Date 2016-06-07.00:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465260603.32.0.730535508628.issue27243@psf.upfronthosting.co.za>
In-reply-to
Content
Yury's proposal sounds good to me - I'll have time to do a proper review tomorrow (at a quick glance, my one suggestion is to move the if statement outside the example decorator, so the decorator is defined differently based on the Python version, rather than checking the version when called)
History
Date User Action Args
2016-06-07 00:50:03ncoghlansetrecipients: + ncoghlan, gvanrossum, brett.cannon, larry, ned.deily, lukasz.langa, yselivanov
2016-06-07 00:50:03ncoghlansetmessageid: <1465260603.32.0.730535508628.issue27243@psf.upfronthosting.co.za>
2016-06-07 00:50:03ncoghlanlinkissue27243 messages
2016-06-07 00:50:02ncoghlancreate