]> granicus.if.org Git - python/commit
Issue #4629: getopt raises an error if an argument ends with = whereas getopt
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 24 Jul 2010 00:49:20 +0000 (00:49 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 24 Jul 2010 00:49:20 +0000 (00:49 +0000)
commiteccc5facd34609c029efce6fd2cd302f73e50566
tree4af5f6eb27248a69da350aaa0c27f136f5666b84
parenta565874cc1a00e19716e537675adad46c00a7531
Issue #4629: getopt raises an error if an argument ends with = whereas getopt
doesn't except a value (eg. --help= is rejected if getopt uses ['help='] long
options).
Lib/getopt.py
Lib/test/test_getopt.py
Misc/NEWS