[issue32336] Save OrderedDict import in argparse

2018-01-29 Thread Raymond Hettinger
Change by Raymond Hettinger : -- dependencies: -Dict order is now guaranteed, so add tests and doc for it resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue32336] Save OrderedDict import in argparse

2017-12-18 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- dependencies: +Dict order is now guaranteed, so add tests and doc for it ___ Python tracker ___ ___ P

[issue32336] Save OrderedDict import in argparse

2017-12-15 Thread Raymond Hettinger
Change by Raymond Hettinger : -- keywords: +patch pull_requests: +4783 stage: -> patch review ___ Python tracker ___ ___ Python-bugs

[issue32336] Save OrderedDict import in argparse

2017-12-15 Thread Raymond Hettinger
New submission from Raymond Hettinger : 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. -- assignee: bethard components: Library (Lib) messages: 308416 nosy: bethard, rhettinger priorit