Kaydet (Commit) 525cffcd authored tarafından R. David Murray's avatar R. David Murray

Move news item to correct section, remove spurious 'see below'

from docstring.
üst a3ec697c
...@@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1 ...@@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #5994: the marshal module now has docstrings.
- Issue #5981: Fix three minor inf/nan issues in float.fromhex: - Issue #5981: Fix three minor inf/nan issues in float.fromhex:
(1) inf and nan strings with trailing whitespace were incorrectly (1) inf and nan strings with trailing whitespace were incorrectly
rejected; (2) parsing of strings representing infinities and nans rejected; (2) parsing of strings representing infinities and nans
...@@ -291,8 +293,6 @@ Core and Builtins ...@@ -291,8 +293,6 @@ Core and Builtins
Library Library
------- -------
- Issue #5994: the marshal module now has docstrings.
- Issue #5977: distutils build_ext.get_outputs was not taking into account the - Issue #5977: distutils build_ext.get_outputs was not taking into account the
inplace option. Initial patch by kxroberto. inplace option. Initial patch by kxroberto.
......
...@@ -1308,7 +1308,7 @@ The value must be a supported type. Raise a ValueError exception if\n\ ...@@ -1308,7 +1308,7 @@ The value must be a supported type. Raise a ValueError exception if\n\
value has (or contains an object that has) an unsupported type.\n\ value has (or contains an object that has) an unsupported type.\n\
\n\ \n\
New in version 2.4: The version argument indicates the data format that\n\ New in version 2.4: The version argument indicates the data format that\n\
dumps should use (see below)."); dumps should use.");
static PyObject * static PyObject *
......
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