summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Smith <eric@trueblade.com>2009-02-06 01:32:42 (GMT)
committerEric Smith <eric@trueblade.com>2009-02-06 01:32:42 (GMT)
commit0e5b562987303912f8236bfe90c5bf0f093d8d63 (patch)
tree04b1efe719cd278576fed77695135d01dcfb6b0e /Misc
parentd3409deddc7fc24171514debf2ab2128e337d97d (diff)
downloadcpython-0e5b562987303912f8236bfe90c5bf0f093d8d63.zip
cpython-0e5b562987303912f8236bfe90c5bf0f093d8d63.tar.gz
cpython-0e5b562987303912f8236bfe90c5bf0f093d8d63.tar.bz2
Merged revisions 69331 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69331 | eric.smith | 2009-02-05 19:48:26 -0500 (Thu, 05 Feb 2009) | 2 lines Implement issue #4285, convert sys.version_info to a named tuple. Patch by Ross Light. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 98a7cef..b6e06d7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -155,6 +155,9 @@ Core and Builtins
Library
-------
+- Issue #4285: Change sys.version_info to be a named tuple. Patch by
+ Ross Light.
+
- Issue #1520877: Now distutils.sysconfig reads $AR from the
environment/Makefile. Patch by Douglas Greiman.