Message 308416 - Python tracker

Message308416

Author rhettinger
Recipients bethard, rhettinger
Date 2017-12-15.18:11:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513361484.23.0.213398074469.issue32336@psf.upfronthosting.co.za>
In-reply-to
Content
Since regular dicts are now ordered by default, the OrderedDict import is no longer necessary.  Removing it will give a small boost to start-up time.
History
Date User Action Args
2017-12-15 18:11:24rhettingersetrecipients: + rhettinger, bethard
2017-12-15 18:11:24rhettingersetmessageid: <1513361484.23.0.213398074469.issue32336@psf.upfronthosting.co.za>
2017-12-15 18:11:24rhettingerlinkissue32336 messages
2017-12-15 18:11:24rhettingercreate