]> granicus.if.org Git - python/commit
Tim Peters discovered a bug in the Python-supplied getopt():
authorGuido van Rossum <guido@python.org>
Mon, 13 Sep 1999 13:45:32 +0000 (13:45 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Sep 1999 13:45:32 +0000 (13:45 +0000)
commit2adac0a6377ce9779f2db7ba05f3769e30a7a5a6
treed95444473e0ae6f5bd4817393f13bbeb1334eada
parent8037cb11f5d9dc9eee5a64e5aa0b4f06fbabcaad
Tim Peters discovered a bug in the Python-supplied getopt():
it doesn't recognize a lone dash as a non-flag argument.
Now it does.
Python/getopt.c