diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-06-29 14:29:31 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-06-29 14:29:31 (GMT) |
commit | 99ebc63f49f19cf24d213b998ab8887357c3b215 (patch) | |
tree | c8e7a1adaf5545d48eb7305f5af1b151bcea3e5f /Misc | |
parent | 79c3bd80eda7babde76885973fce157339bbffda (diff) | |
download | cpython-99ebc63f49f19cf24d213b998ab8887357c3b215.zip cpython-99ebc63f49f19cf24d213b998ab8887357c3b215.tar.gz cpython-99ebc63f49f19cf24d213b998ab8887357c3b215.tar.bz2 |
Fixed NEWS.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |