From cf86d9441ed09f0b7265a0a869c110f245336228 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Tue, 30 Apr 2013 00:57:18 -0700 Subject: [PATCH] news entry --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 5f0c3295994..115b287b586 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,10 @@ What's New in Python 3.2.4? Library ------- +- Issue #17192: Restore the patch for Issue #11729 and Issue #10309 + which were ommitted in 3.2.4 when updating the bundled version of + libffi used by ctypes. + - Issue #17625: In IDLE, close the replace dialog after it is used.