commit | 81fe09344cfa290efd6041269e70a2d0b629a7c8 | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Fri Feb 06 00:48:26 2009 +0000 |
committer | Eric Smith <eric@trueblade.com> | Fri Feb 06 00:48:26 2009 +0000 |
tree | 7306857a97621c647da9f1f0af6ec1b71beae55b | |
parent | 5dde357c9eabf04cd183f5cda485ec4af9bbc2ef [diff] [blame] |
Implement issue #4285, convert sys.version_info to a named tuple. Patch by Ross Light.
diff --git a/Misc/NEWS b/Misc/NEWS index 81115ed..6ec1269 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -149,6 +149,9 @@ Library ------- +- Issue #4285: Change sys.version_info to be a named tuple. Patch by + Ross Light. + - Issue #1276768: The verbose option was not used in the code of distutils.file_util and distutils.dir_util.