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 serhiy.storchaka
Recipients eric.snow, rhettinger, serhiy.storchaka
Date 2015-11-13.13:01:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447419681.57.0.354121086978.issue25616@psf.upfronthosting.co.za>
In-reply-to
Content
OrderedDict tests now are about 1/3 of test_collections, and I think their volume will grow. I suggest to extract these tests into separate file test_ordereddict. There are precedences: test_deque (deque also is implemented in C), and test_userdict, test_userlist and test_userstring (for historical reasons).

The main reason to me is the possibility to run quick OrderedDict tests (and only OrderedDict tests).
History
Date User Action Args
2015-11-13 13:01:21serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, eric.snow
2015-11-13 13:01:21serhiy.storchakasetmessageid: <1447419681.57.0.354121086978.issue25616@psf.upfronthosting.co.za>
2015-11-13 13:01:21serhiy.storchakalinkissue25616 messages
2015-11-13 13:01:21serhiy.storchakacreate