[issue13280] argparse should use the new Formatter class

Florent Xicluna report at bugs.python.org
Thu Oct 27 23:42:56 CEST 2011


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

Well argparse exists since 2006 (ref [1]), and "should work on Python >= 2.3" (ref [2]).
It was merged in the standard library with Python 3.2.

However, I agree we may switch to the advanced string formatting for this module.


[1] http://objectmix.com/python/180879-%5Bann%5D-argparse-module.html
[2] http://pypi.python.org/pypi/argparse#compatibility

----------
nosy: +flox
priority: normal -> low
versions:  -Python 3.2, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13280>
_______________________________________


More information about the Python-bugs-list mailing list