]> granicus.if.org Git - python/commit
Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 13 Feb 2015 23:39:17 +0000 (01:39 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 13 Feb 2015 23:39:17 +0000 (01:39 +0200)
commit8089cd642fa8b29e852506218b6355be064c2bd5
tree5e1898e258a592415b0b6dd22ebbc527641c514c
parent0fe6325acf013c945dc003eae2ab5addc2186645
Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser.

Patch by Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson.
Doc/library/argparse.rst
Doc/whatsnew/3.5.rst
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS