summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-10-23 17:21:55 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-10-23 17:21:55 (GMT)
commit4d397008cdbcc653ff69fc9a39d29e2aaae07512 (patch)
tree3d00f2aef5e19aebd9abd7a88a5cb854ee325305 /Misc/NEWS
parent6c6b3f770d0b54eeb3e42b38e1fe5d893c38dd6e (diff)
parent09fcb72048be60435ae70ec2c3e23e2325edb421 (diff)
downloadcpython-4d397008cdbcc653ff69fc9a39d29e2aaae07512.zip
cpython-4d397008cdbcc653ff69fc9a39d29e2aaae07512.tar.gz
cpython-4d397008cdbcc653ff69fc9a39d29e2aaae07512.tar.bz2
Issue #19356: Avoid using a C variabled named "_self", it's a reserved word in some C compilers.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0ea3dbf..dad4f55 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,6 +52,12 @@ Library
- Issue #17087: Improved the repr for regular expression match objects.
+Build
+-----
+
+- Issue #19356: Avoid using a C variabled named "_self", it's a reserved
+ word in some C compilers.
+
What's New in Python 3.4.0 Alpha 4?
===================================
@@ -655,7 +661,6 @@ Tools/Demos
- Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write
their version strings to stdout, and not to sderr.
-
What's New in Python 3.4.0 Alpha 1?
===================================