[New-bugs-announce] [issue32336] Save OrderedDict import in argparse

Raymond Hettinger report at bugs.python.org
Fri Dec 15 13:11:24 EST 2017


New submission from Raymond Hettinger <raymond.hettinger at gmail.com>:

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
priority: normal
severity: normal
status: open
title: Save OrderedDict import in argparse
type: performance
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32336>
_______________________________________


More information about the New-bugs-announce mailing list