]> granicus.if.org Git - python/commit
Fix a bug in this code that made it do the wrong thing when an option
authorGuido van Rossum <guido@python.org>
Tue, 30 Sep 1997 22:00:13 +0000 (22:00 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Sep 1997 22:00:13 +0000 (22:00 +0000)
commitb4102bf5f8bb429788e317312c353dd2965cdf4f
treedaacc5bff0f5a8c7900532e3d9847e241dd3513d
parentb55e07f4eb409b37b01038f6b4ad586760c4ca67
Fix a bug in this code that made it do the wrong thing when an option
was a single '-'.  Thanks to Andrew Kuchling.
Python/getopt.c