mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Move news item to correct section, remove spurious 'see below'
from docstring.
This commit is contained in:
parent
a3ec697cbd
commit
525cffcd7e
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue