summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-30 03:17:24 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-30 03:17:24 (GMT)
commit1b145927d725b136b987df220dff0ec7529b6f29 (patch)
treea597728e07ca0af44f923c7f056aec396f61e784 /Misc
parent9098472299a18471f29b3ed471376be2d29178be (diff)
downloadcpython-1b145927d725b136b987df220dff0ec7529b6f29.zip
cpython-1b145927d725b136b987df220dff0ec7529b6f29.tar.gz
cpython-1b145927d725b136b987df220dff0ec7529b6f29.tar.bz2
#17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8c016a4..c3e9ef2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,8 +5,19 @@ Python News
What's New in Python 3.3.2?
===========================
+*Release date: XXXX-XX-XX*
+
*Not yet released, see sections below for changes released in 3.3.0*
+Core and Builtins
+-----------------
+
+Library
+-------
+
+- Issue #17526: fix an IndexError raised while passing code without filename to
+ inspect.findsource(). Initial patch by Tyler Doyle.
+
What's New in Python 3.3.1?
===========================