Message254602
| 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:21 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, eric.snow |
| 2015-11-13 13:01:21 | serhiy.storchaka | set | messageid: <1447419681.57.0.354121086978.issue25616@psf.upfronthosting.co.za> |
| 2015-11-13 13:01:21 | serhiy.storchaka | link | issue25616 messages |
| 2015-11-13 13:01:21 | serhiy.storchaka | create | |