]> granicus.if.org Git - python/commit
A few naughty external scripts do 'raise getopt.error, "blah"', and
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 6 Feb 2003 19:52:56 +0000 (19:52 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 6 Feb 2003 19:52:56 +0000 (19:52 +0000)
commit01892664561cab9ff9ae62c4595137d22c39ac6c
treecc1e69eb092b8513aea5bb2c79e0a89768ba353d
parent83e879d99fc855dfca597d222b4c5a372d1611eb
A few naughty external scripts do 'raise getopt.error, "blah"', and
   now crash because two arguments are expected.  Add a default value
   to keep those scripts running.
Lib/getopt.py