Add NEWS item for fixing #14470.

This commit is contained in:
Brian Curtin 2012-12-23 16:54:41 -06:00
parent 445ad997ab
commit ed3115b9d9
1 changed files with 2 additions and 0 deletions

View File

@ -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.