]> granicus.if.org Git - python/commitdiff
Add news entries for recent changes.
authorGeorg Brandl <georg@python.org>
Sun, 23 Sep 2012 15:11:26 +0000 (17:11 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 23 Sep 2012 15:11:26 +0000 (17:11 +0200)
Misc/NEWS

index 957ee60595d4b5d5ced18b19e075edb29d55b8b5..b38d088708c1ec729cb5c3d7dae35dce4d9a287b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
 ===============================================