From 6147515d02f0c2961f3bf5fd93a85cc512b18c95 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 23 Sep 2012 17:11:26 +0200 Subject: Add news entries for recent changes. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 957ee60..b38d088 100644 --- 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? =============================================== -- cgit v0.12