From: Brian Curtin Date: Sun, 23 Dec 2012 22:54:41 +0000 (-0600) Subject: Add NEWS item for fixing #14470. X-Git-Tag: v3.4.0a1~1789 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed3115b9d98c86fd0b00f5e91e5ee3dd3639fac9;p=python Add NEWS item for fixing #14470. --- diff --git a/Misc/NEWS b/Misc/NEWS index a0e1d766dc..2b54176eb4 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 #14470: Remove w9xpopen support per PEP 11. + - Issue #9856: Replace deprecation warning with raising TypeError in object.__format__. Patch by Florent Xicluna.