summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-01-23 13:38:47 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-01-23 13:38:47 (GMT)
commit51f4616f6eefe4077f15be43b5749b3b24385b59 (patch)
treefde2ae710146974018433edd18b63bc0623b1d85 /Misc
parent42d8773df4a2460080569d44949d644f602bd793 (diff)
downloadcpython-51f4616f6eefe4077f15be43b5749b3b24385b59.zip
cpython-51f4616f6eefe4077f15be43b5749b3b24385b59.tar.gz
cpython-51f4616f6eefe4077f15be43b5749b3b24385b59.tar.bz2
revert #16672 for incorrect semantics
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b905afb..5dc5466 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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