]> granicus.if.org Git - python/commitdiff
Updates NEWS for issue #15895
authorChristian Heimes <christian@cheimes.de>
Tue, 11 Sep 2012 17:28:42 +0000 (19:28 +0200)
committerChristian Heimes <christian@cheimes.de>
Tue, 11 Sep 2012 17:28:42 +0000 (19:28 +0200)
Misc/NEWS

index e6e4cbba7cd7de6ffb1e94053de453b4cfbcd88b..9a301c31ddfa8ccb603b5219a38797687adf0ff4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,7 +2,7 @@
 Python News
 +++++++++++
 
-What's New in Python 3.3.0?
+What's New in Python 3.3.0 Release Candidate 3?
 ===========================
 
 *Release date: XX-Sep-2012*
@@ -10,6 +10,10 @@ What's New in Python 3.3.0?
 Core and Builtins
 -----------------
 
+- Issue #15895: Fix FILE pointer leak in one error branch of
+  PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file, closeit
+  is false an and set_main_loader() fails.
+
 Library
 -------