]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#16306: Fix multiple error messages when unknown command line parameters where passed...
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 18 Nov 2012 11:46:38 +0000 (13:46 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 18 Nov 2012 11:46:38 +0000 (13:46 +0200)
commitdb5947f0f3a662f1e8e9201295a3f2288b0bbe8c
treed257618e91ad31bd8bd51e1e629a1cedcb009584
parent9e94972eede8b2bb9a16f867db3da9892759ac70
#16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter.  Patch by Hieu Nguyen.
Lib/test/test_cmd_line.py
Misc/ACKS
Misc/NEWS
Python/getopt.c