]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#4458: recognize "-" as an argument, not a malformed option in gnu_getopt().
authorGeorg Brandl <georg@python.org>
Fri, 5 Dec 2008 09:23:14 +0000 (09:23 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 5 Dec 2008 09:23:14 +0000 (09:23 +0000)
commita07435d3e3dfee3e4d8998baa7fadbfaf46f764d
tree1c749e787fde8e79d694630fcf18679835613d1a
parent8d6c49047f2725ebb67212689e7eef2388dfbcdc
#4458: recognize "-" as an argument, not a malformed option in gnu_getopt().
Lib/getopt.py
Lib/test/test_getopt.py
Misc/NEWS