]> granicus.if.org Git - python/commitdiff
Fixed NEWS.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Mon, 29 Jun 2009 14:29:31 +0000 (14:29 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Mon, 29 Jun 2009 14:29:31 +0000 (14:29 +0000)
Misc/NEWS

index d021fd28cebb5f0d6d999c94ebd0732cdedf75ba..752cd329342aec4682189ed348bbc0e22a80d6a1 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,8 +12,6 @@ What's New in Python 2.7 alpha 1
 Core and Builtins
 -----------------
 
-- Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
-
 - Issue #4856: Remove checks for win NT.
 
 - Issue #2016: Fixed a crash in a corner case where the dictionary of keyword
@@ -339,6 +337,8 @@ Core and Builtins
 Library
 -------
 
+- Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
+
 - Issue #5230: pydoc would report no documentation found if a module generated
   a 'not found' import error when loaded; it now reports the import errors.
   Thanks to Lucas Prado Melo for initial fix and collaboration on the tests.