summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-06-17 05:15:49 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-06-17 05:15:49 (GMT)
commitc40bc09942f9532ed957dc8cd4da269ec089e830 (patch)
treef2596be6a738f230f6be4776f7f42d6925a3d747 /Misc
parent8d5c0b8c198374d0b88f30f04dd29d1f19c1c913 (diff)
downloadcpython-c40bc09942f9532ed957dc8cd4da269ec089e830.zip
cpython-c40bc09942f9532ed957dc8cd4da269ec089e830.tar.gz
cpython-c40bc09942f9532ed957dc8cd4da269ec089e830.tar.bz2
Issue #13783: the PEP 380 implementation no longer expands the public C API
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6c587af..5a5813b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -111,6 +111,12 @@ Library
- Issue #14963: Convert contextlib.ExitStack.__exit__ to use an iterative
algorithm (Patch by Alon Horev)
+C-API
+-----
+
+- Issue #13783: Inadvertent additions to the public C API in the PEP 380
+ implementation have either been removed or marked as private interfaces.
+
Extension Modules
-----------------