mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Add news entries for recent changes.
This commit is contained in:
parent
ab816b5c85
commit
6147515d02
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,8 @@ Core and Builtins
|
||||||
PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file, closeit
|
PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file, closeit
|
||||||
is false an and set_main_loader() fails.
|
is false an and set_main_loader() fails.
|
||||||
|
|
||||||
|
- Fixes for a few crash and memory leak regressions found by Coverity.
|
||||||
|
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
@ -43,6 +45,7 @@ Extension Modules
|
||||||
dump_traceback_later() and cancel_dump_tracebacks_later() to
|
dump_traceback_later() and cancel_dump_tracebacks_later() to
|
||||||
cancel_dump_traceback_later().
|
cancel_dump_traceback_later().
|
||||||
|
|
||||||
|
- _decimal module: use only C 89 style comments.
|
||||||
|
|
||||||
What's New in Python 3.3.0 Release Candidate 2?
|
What's New in Python 3.3.0 Release Candidate 2?
|
||||||
===============================================
|
===============================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue