diff options
author | Eric Smith <eric@trueblade.com> | 2009-02-06 01:32:42 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2009-02-06 01:32:42 (GMT) |
commit | 0e5b562987303912f8236bfe90c5bf0f093d8d63 (patch) | |
tree | 04b1efe719cd278576fed77695135d01dcfb6b0e /Misc | |
parent | d3409deddc7fc24171514debf2ab2128e337d97d (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |