[issue12776] argparse: type conversion function should be called only once

Arnaud Fontaine report at bugs.python.org
Thu Nov 24 12:00:18 CET 2011


Arnaud Fontaine <arnau at debian.org> added the comment:

It would definitely help if you could apply the patch for Python 2.7 manually on your local installation (after making a backup of course). You can just download the patch for Python 2.7 then (only the first part of the patch can be applied, the second part is for the test so it doesn't matter):

# cd /usr/lib/python2.7/
# patch -b -p2 -i /PATH/TO/THE/PATCH

Thanks much.

----------

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


More information about the Python-bugs-list mailing list