summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-07-24 01:12:54 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-07-24 01:12:54 (GMT)
commita417db544e8b58aeefb7cc57ed3274dbb93d944f (patch)
tree05f12e62468ef413459ec7e3259af11ab2c55999 /Misc
parent1270bb9d14507577c15a5f5c039681f04a3bc4ea (diff)
downloadcpython-a417db544e8b58aeefb7cc57ed3274dbb93d944f.zip
cpython-a417db544e8b58aeefb7cc57ed3274dbb93d944f.tar.gz
cpython-a417db544e8b58aeefb7cc57ed3274dbb93d944f.tar.bz2
Merged revisions 83117 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ................ r83117 | victor.stinner | 2010-07-24 03:07:52 +0200 (sam., 24 juil. 2010) | 11 lines 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). ........ ................
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 23a52d0..4856c79 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,10 @@ C-API
Library
-------
+- 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).
+
- Issue #7895: platform.mac_ver() no longer crashes after calling os.fork()
- Issue #5395: array.fromfile() would raise a spurious EOFError when an