diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-01-23 13:38:47 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-01-23 13:38:47 (GMT) |
commit | 51f4616f6eefe4077f15be43b5749b3b24385b59 (patch) | |
tree | fde2ae710146974018433edd18b63bc0623b1d85 /Misc | |
parent | 42d8773df4a2460080569d44949d644f602bd793 (diff) | |
download | cpython-51f4616f6eefe4077f15be43b5749b3b24385b59.zip cpython-51f4616f6eefe4077f15be43b5749b3b24385b59.tar.gz cpython-51f4616f6eefe4077f15be43b5749b3b24385b59.tar.bz2 |
revert #16672 for incorrect semantics
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -50,8 +50,6 @@ Core and Builtins - Issue #15422: Get rid of PyCFunction_New macro. Use PyCFunction_NewEx function (PyCFunction_New func is still present for backward compatibility). -- Issue #16672: Improve performance tracing performance - - Issue #14470: Remove w9xpopen support per PEP 11. - Issue #9856: Replace deprecation warning with raising TypeError |