Commit 99ebc63f authored by Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Fixed NEWS.

parent 79c3bd80
...@@ -12,8 +12,6 @@ What's New in Python 2.7 alpha 1 ...@@ -12,8 +12,6 @@ What's New in Python 2.7 alpha 1
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
- Issue #4856: Remove checks for win NT. - Issue #4856: Remove checks for win NT.
- Issue #2016: Fixed a crash in a corner case where the dictionary of keyword - Issue #2016: Fixed a crash in a corner case where the dictionary of keyword
...@@ -339,6 +337,8 @@ Core and Builtins ...@@ -339,6 +337,8 @@ Core and Builtins
Library 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 - 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. 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. Thanks to Lucas Prado Melo for initial fix and collaboration on the tests.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment