summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-10-12 20:52:43 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-10-12 20:52:43 (GMT)
commitd01d396e7f9db2b3c362fe48a07cd55420dce030 (patch)
tree648b09bf3ac3c2588e661a11d3e396d83fb83030 /Misc/NEWS
parent409b53840b83bc275db3ac234c547ff4dd67af58 (diff)
downloadcpython-d01d396e7f9db2b3c362fe48a07cd55420dce030.zip
cpython-d01d396e7f9db2b3c362fe48a07cd55420dce030.tar.gz
cpython-d01d396e7f9db2b3c362fe48a07cd55420dce030.tar.bz2
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
("make smelly" now clean)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 19cdb6b..b94989f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Projected release date: 2013-10-20
Core and Builtins
-----------------
+- Issue #4555: All exported C symbols are now prefixed with either
+ "Py" or "_Py".
+
- Issue #19219: Speed up marshal.loads(), and make pyc files slightly
(5% to 10%) smaller.