]> granicus.if.org Git - python/commit
GetoptError is always initialized with exactly two parameters, so simplify
authorFred Drake <fdrake@acm.org>
Mon, 8 Jan 2001 15:39:32 +0000 (15:39 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 8 Jan 2001 15:39:32 +0000 (15:39 +0000)
commite1fd5260eae99657afb817562d41e1f4ba245a54
tree52448a1f547c064d5920637e5ef731608c4d4100
parentb2a0a838e08b6d4e1d4ceffb7df90e121a70972d
GetoptError is always initialized with exactly two parameters, so simplify
the constructor.
Lib/getopt.py