summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-07-03 13:33:17 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-07-03 13:33:17 (GMT)
commitb166ffdc3a8458aaa2585ddbdd33e356e62b5c75 (patch)
tree17947d8e52919421fbeaa512328db6a7cc9e2ab6 /Misc
parent3efca3996a84f93e6246f211af51f0ff8d539366 (diff)
downloadcpython-b166ffdc3a8458aaa2585ddbdd33e356e62b5c75.zip
cpython-b166ffdc3a8458aaa2585ddbdd33e356e62b5c75.tar.gz
cpython-b166ffdc3a8458aaa2585ddbdd33e356e62b5c75.tar.bz2
Merged revisions 73809 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r73809 | benjamin.peterson | 2009-07-03 08:30:25 -0500 (Fri, 03 Jul 2009) | 1 line remove duplicate declartions #6405 ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f09a4c..1cdd832 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Core and Builtins
C-API
-----
+- Issue #6405: Remove duplicatet type declarations in descrobject.h.
+
- The code flags for old __future__ features are now available again.
Library