summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-05-13 13:07:14 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2009-05-13 13:07:14 (GMT)
commit525cffcd7e7fc92d04ddff938c7c60d201d377de (patch)
tree3c6270f02100bce0fea006fd432c9b1fc5497521 /Misc/NEWS
parenta3ec697cbd3fa6733e3fc91fb64030ace6645350 (diff)
downloadcpython-525cffcd7e7fc92d04ddff938c7c60d201d377de.zip
cpython-525cffcd7e7fc92d04ddff938c7c60d201d377de.tar.gz
cpython-525cffcd7e7fc92d04ddff938c7c60d201d377de.tar.bz2
Move news item to correct section, remove spurious 'see below'
from docstring.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0d755b6..b717729 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #5994: the marshal module now has docstrings.
+
- Issue #5981: Fix three minor inf/nan issues in float.fromhex:
(1) inf and nan strings with trailing whitespace were incorrectly
rejected; (2) parsing of strings representing infinities and nans
@@ -291,8 +293,6 @@ Core and Builtins
Library
-------
-- Issue #5994: the marshal module now has docstrings.
-
- Issue #5977: distutils build_ext.get_outputs was not taking into account the
inplace option. Initial patch by kxroberto.