]> granicus.if.org Git - python/commitdiff
News item for the platform.py fix (r70594).
authorMarc-André Lemburg <mal@egenix.com>
Wed, 25 Mar 2009 19:45:33 +0000 (19:45 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 25 Mar 2009 19:45:33 +0000 (19:45 +0000)
Misc/NEWS

index b37c2502863ddf758d86a5a5f810540d95232eb5..a50f29d22baeca88378f9fb32ee5e8dbe090dfff 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -197,6 +197,10 @@ Core and Builtins
 Library
 -------
 
+- Issue #5561: Removed the sys.version_info shortcuts from platform's
+  python_version() and python_version_tuple() since they produced different
+  output compared to previous Python versions.
+
 - Issue #1034053: unittest now supports skipping tests and expected failures.
 
 - Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop