]> 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:55:52 +0000 (13:55 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 18 Nov 2012 11:55:52 +0000 (13:55 +0200)
commit7c66319edcbeb3d1590e1c2397efea3171623be2
tree431564f33e3221e7f491afddc90e215ef4ac132e
parent6a5fc4c443fb7190f3f68ed1eaa799b71fa36124
#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