[issue15427] Describe use of args parameter of argparse.ArgumentParser.parse_args

paul j3 report at bugs.python.org
Wed Apr 3 08:44:01 CEST 2013


paul j3 added the comment:

This patch to argparse.rst adds the argument points to parse_args().  

It also adds two points to the 'Upgrading optparse code' section, one about using 'nargs=argparse.REMAINDER', and other about 'parse_known_args()'.

I'm not entirely happy with the format of the internal hyperlinks.

----------
keywords: +patch
Added file: http://bugs.python.org/file29661/remainder.patch

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


More information about the Python-bugs-list mailing list