]> granicus.if.org Git - python/commitdiff
Add NEWS item for fixing #14470.
authorBrian Curtin <brian@python.org>
Sun, 23 Dec 2012 22:54:41 +0000 (16:54 -0600)
committerBrian Curtin <brian@python.org>
Sun, 23 Dec 2012 22:54:41 +0000 (16:54 -0600)
Misc/NEWS

index a0e1d766dc95edd7cbd4df28382150c46ab1721e..2b54176eb4201e1177634616b12b83800611b334 100644 (file)
--- 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.