]> granicus.if.org Git - python/commit
Merged revisions 83116 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 24 Jul 2010 01:11:58 +0000 (01:11 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 24 Jul 2010 01:11:58 +0000 (01:11 +0000)
commitc85ddcd40617238bfc32c5cde79dce7d46fc0946
tree3f75af08a6ad43644027110cccf55fd6169b63ac
parent1ce4c44b28b430e50ba1632ea7b774e72c0bbc07
Merged revisions 83116 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83116 | victor.stinner | 2010-07-24 02:49:20 +0200 (sam., 24 juil. 2010) | 4 lines

  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