diff options
author | Georg Brandl <georg@python.org> | 2012-09-23 15:11:26 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-23 15:11:26 (GMT) |
commit | 6147515d02f0c2961f3bf5fd93a85cc512b18c95 (patch) | |
tree | c9d65655e258834df99e70e360546e245b3677c3 /Misc | |
parent | ab816b5c85aeb4cf09542265423e68354a236bb3 (diff) | |
download | cpython-6147515d02f0c2961f3bf5fd93a85cc512b18c95.zip cpython-6147515d02f0c2961f3bf5fd93a85cc512b18c95.tar.gz cpython-6147515d02f0c2961f3bf5fd93a85cc512b18c95.tar.bz2 |
Add news entries for recent changes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,8 @@ Core and Builtins PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file, closeit is false an and set_main_loader() fails. +- Fixes for a few crash and memory leak regressions found by Coverity. + Library ------- @@ -43,6 +45,7 @@ Extension Modules dump_traceback_later() and cancel_dump_tracebacks_later() to cancel_dump_traceback_later(). +- _decimal module: use only C 89 style comments. What's New in Python 3.3.0 Release Candidate 2? =============================================== |