[Python-checkins] cpython: Add news entries for recent changes.

georg.brandl python-checkins at python.org
Mon Sep 24 07:47:27 CEST 2012


http://hg.python.org/cpython/rev/f833ba3e68f1
changeset:   79132:f833ba3e68f1
user:        Georg Brandl <georg at python.org>
date:        Sun Sep 23 17:11:26 2012 +0200
summary:
  Add news entries for recent changes.

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@
   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 @@
   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?
 ===============================================

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list