From 99ebc63f49f19cf24d213b998ab8887357c3b215 Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Mon, 29 Jun 2009 14:29:31 +0000 Subject: Fixed NEWS. --- Misc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index d021fd2..752cd32 100644 --- 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. -- cgit v0.12