mirror of
https://github.com/python/cpython.git
synced 2025-12-02 15:48:58 +00:00
put in correct section
This commit is contained in:
parent
7dc35f6fea
commit
ddddcab3ec
1 changed files with 3 additions and 3 deletions
|
|
@ -10,9 +10,6 @@ What's New in Python 3.3 Alpha 1?
|
||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
- Issue #12273: Remove ast.__version__. AST changes can be accounted for by
|
|
||||||
checking sys.version_info or sys._mercurial.
|
|
||||||
|
|
||||||
- Issue #11627: Fix segfault when __new__ on a exception returns a non-exception
|
- Issue #11627: Fix segfault when __new__ on a exception returns a non-exception
|
||||||
class.
|
class.
|
||||||
|
|
||||||
|
|
@ -231,6 +228,9 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #12273: Remove ast.__version__. AST changes can be accounted for by
|
||||||
|
checking sys.version_info or sys._mercurial.
|
||||||
|
|
||||||
- Silence spurious "broken pipe" tracebacks when shutting down a
|
- Silence spurious "broken pipe" tracebacks when shutting down a
|
||||||
ProcessPoolExecutor.
|
ProcessPoolExecutor.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue