mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
post release updates
This commit is contained in:
parent
d7a265129c
commit
ba43774d1c
1 changed files with 25 additions and 1 deletions
26
Misc/NEWS
26
Misc/NEWS
|
@ -4,7 +4,7 @@ Python News
|
||||||
|
|
||||||
(editors: check NEWS.help for information about editing NEWS using ReST.)
|
(editors: check NEWS.help for information about editing NEWS using ReST.)
|
||||||
|
|
||||||
What's New in Python 2.6 alpha 2?
|
What's New in Python 2.6 alpha 3?
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
*Release date: XX-XXX-2008*
|
*Release date: XX-XXX-2008*
|
||||||
|
@ -12,6 +12,30 @@ What's New in Python 2.6 alpha 2?
|
||||||
Core and builtins
|
Core and builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
Extensions Modules
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Library
|
||||||
|
-------
|
||||||
|
|
||||||
|
Tests
|
||||||
|
-----
|
||||||
|
|
||||||
|
Build
|
||||||
|
-----
|
||||||
|
|
||||||
|
C API
|
||||||
|
-----
|
||||||
|
|
||||||
|
|
||||||
|
What's New in Python 2.6 alpha 2?
|
||||||
|
=================================
|
||||||
|
|
||||||
|
*Release date: 02-Apr-2008*
|
||||||
|
|
||||||
|
Core and builtins
|
||||||
|
-----------------
|
||||||
|
|
||||||
- Issue #1733757: The interpreter would hang on shutdown if the tracing
|
- Issue #1733757: The interpreter would hang on shutdown if the tracing
|
||||||
function set by sys.settrace is still active and happens to call
|
function set by sys.settrace is still active and happens to call
|
||||||
threading.currentThread().
|
threading.currentThread().
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue