news entry

This commit is contained in:
Gregory P. Smith 2013-04-30 00:57:18 -07:00
parent 910bfb7beb
commit cf86d9441e

View file

@ -10,6 +10,10 @@ What's New in Python 3.2.4?
Library 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. - Issue #17625: In IDLE, close the replace dialog after it is used.