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 eric.snow
Recipients brett.cannon, eric.snow
Date 2013-01-26.05:48:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359179328.16.0.396710574984.issue17037@psf.upfronthosting.co.za>
In-reply-to
Content
Related to issue #16817 and to my efforts on a C OrderedDict, I think it would be nice to have a class decorator that handles most of the PEP 399 requirements for you.  The attached patch adds such a decorator to test.support.
History
Date User Action Args
2013-01-26 05:48:48eric.snowsetrecipients: + eric.snow, brett.cannon
2013-01-26 05:48:48eric.snowsetmessageid: <1359179328.16.0.396710574984.issue17037@psf.upfronthosting.co.za>
2013-01-26 05:48:47eric.snowlinkissue17037 messages
2013-01-26 05:48:47eric.snowcreate