]> granicus.if.org Git - python/commit
Fix for SF bug
authorTim Peters <tim.peters@gmail.com>
Wed, 27 Dec 2000 08:05:05 +0000 (08:05 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 27 Dec 2000 08:05:05 +0000 (08:05 +0000)
commitdd699b62c59d8fdbdf97a219a2a1125b691e5a98
tree6f274b9f8624ceea79f8da0c8554c766fdcf59dd
parentda7bf4e236c674a4f0a5dcbdaed426b7e5d5f4e4
Fix for SF bug
https://sourceforge.net/bugs/?func=detailbug&bug_id=126863&group_id=5470
"getopt long option handling broken".  Tossed the excruciating logic in
long_has_args in favor of something obviously correct.
Lib/getopt.py