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 alex, asvetlov, benjamin.peterson, eric.araujo, eric.snow, ezio.melotti, flox, rhettinger, serhiy.storchaka
Date 2013-05-24.05:10:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369372254.09.0.465803208718.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond, do you have any objections to splitting the OrderedDict-related tests into their own module.  Doing so allows for testing all the those test classes at once, which is handy when working on OrderedDict.  This is more relevant now with the extra PEP-399-motivated tests.
History
Date User Action Args
2013-05-24 05:10:54eric.snowsetrecipients: + eric.snow, rhettinger, benjamin.peterson, ezio.melotti, eric.araujo, alex, asvetlov, flox, serhiy.storchaka
2013-05-24 05:10:54eric.snowsetmessageid: <1369372254.09.0.465803208718.issue16991@psf.upfronthosting.co.za>
2013-05-24 05:10:54eric.snowlinkissue16991 messages
2013-05-24 05:10:53eric.snowcreate