Issue 32336: Save OrderedDict import in argparse (original) (raw)

Created on 2017-12-15 18:11 by rhettinger, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4890 merged rhettinger,2017-12-15 18:12
Messages (1)
msg308416 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2017-12-15 18:11
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
2022-04-11 14:58:55 admin set github: 76517
2018-01-29 20:39:31 rhettinger set status: open -> closeddependencies: - Dict order is now guaranteed, so add tests and doc for itresolution: fixedstage: patch review -> resolved
2017-12-18 09:53:28 serhiy.storchaka set dependencies: + Dict order is now guaranteed, so add tests and doc for it
2017-12-18 09:52:26 serhiy.storchaka link issue32360 dependencies
2017-12-15 18:12:51 rhettinger set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest4783>
2017-12-15 18:11:24 rhettinger create