From ed3115b9d98c86fd0b00f5e91e5ee3dd3639fac9 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Sun, 23 Dec 2012 16:54:41 -0600 Subject: [PATCH] Add NEWS item for fixing #14470. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index a0e1d766dc9..2b54176eb42 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.