From: Marc-André Lemburg Date: Wed, 25 Mar 2009 19:45:33 +0000 (+0000) Subject: News item for the platform.py fix (r70594). X-Git-Tag: v2.7a1~1797 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbdf15b0e7df8ad586ffc7ed585d39b45a6605e8;p=python News item for the platform.py fix (r70594). --- diff --git a/Misc/NEWS b/Misc/NEWS index b37c250286..a50f29d22b 100644 --- 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