summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-06-29 15:02:36 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-06-29 15:02:36 (GMT)
commit4e82f2df3dc54d28ba95665f5dd6293cdc8524d5 (patch)
tree42bebe723e0bcc7cfd2e7103db992fede5064604 /Misc
parent6870f26d264d6242b3f61f01e306609b688f9c8f (diff)
downloadcpython-4e82f2df3dc54d28ba95665f5dd6293cdc8524d5.zip
cpython-4e82f2df3dc54d28ba95665f5dd6293cdc8524d5.tar.gz
cpython-4e82f2df3dc54d28ba95665f5dd6293cdc8524d5.tar.bz2
Merged revisions 73684 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r73684 | hirokazu.yamamoto | 2009-06-29 23:54:12 +0900 | 14 lines Merged revisions 73677,73681 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73677 | hirokazu.yamamoto | 2009-06-29 22:25:16 +0900 | 2 lines Issue #6344: Fixed a crash of mmap.read() when passed a negative argument. Reviewed by Amaury Forgeot d'Arc. ........ r73681 | hirokazu.yamamoto | 2009-06-29 23:29:31 +0900 | 1 line Fixed NEWS. ........ ................
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a86c3aa..7e4cd09 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins
Library
-------
+- Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
+
Build
-----