Message308516
| Author | methane |
|---|---|
| Recipients | ezio.melotti, methane, mrabarnett, rhettinger, serhiy.storchaka |
| Date | 2017-12-18.06:20:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1513578059.77.0.213398074469.issue32338@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Please don't do this. del d[next(iter(d))] is not O(1) on current dict implementation. OrderedDict is designed for such use cases. Please keep using it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-18 06:20:59 | methane | set | recipients: + methane, rhettinger, ezio.melotti, mrabarnett, serhiy.storchaka |
| 2017-12-18 06:20:59 | methane | set | messageid: <1513578059.77.0.213398074469.issue32338@psf.upfronthosting.co.za> |
| 2017-12-18 06:20:59 | methane | link | issue32338 messages |
| 2017-12-18 06:20:59 | methane | create | |