summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-04-10 21:01:38 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-04-10 21:01:38 (GMT)
commit34ad84d80a33c026c77389747c46e2aa272181c2 (patch)
tree588bb6b0b0f9909176991f02b9379abe46670921 /Misc
parentfe2d27d068ac4ee1773e2b7d7f5719efc2210917 (diff)
parentc9314d9e08309782010b56a41bb2d28c6a556302 (diff)
downloadcpython-34ad84d80a33c026c77389747c46e2aa272181c2.zip
cpython-34ad84d80a33c026c77389747c46e2aa272181c2.tar.gz
cpython-34ad84d80a33c026c77389747c46e2aa272181c2.tar.bz2
merge 3.3 (#17669)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0d13c70..3543f32 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins
-----------------
+- Issue #17669: Fix crash involving finalization of generators using yield from.
+
- Issue #14439: Python now prints the traceback on runpy failure at startup.
- Issue #17469: Fix _Py_GetAllocatedBlocks() and sys.getallocatedblocks()