summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-09-11 17:28:42 (GMT)
committerChristian Heimes <christian@cheimes.de>2012-09-11 17:28:42 (GMT)
commit6c4b09533464e3337623e0b2abc990500898c0b8 (patch)
treef9801147055500bbe9ebc307ed04708ecc795360
parent04ac4c1cb8e7af5571adbe64cb82938a323e5850 (diff)
downloadcpython-6c4b09533464e3337623e0b2abc990500898c0b8.zip
cpython-6c4b09533464e3337623e0b2abc990500898c0b8.tar.gz
cpython-6c4b09533464e3337623e0b2abc990500898c0b8.tar.bz2
Updates NEWS for issue #15895
-rw-r--r--Misc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e6e4cbb..9a301c3 100644
--- 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
-------