diff options
| author | Marc-André Lemburg <mal@egenix.com> | 2009-03-25 19:45:33 (GMT) |
|---|---|---|
| committer | Marc-André Lemburg <mal@egenix.com> | 2009-03-25 19:45:33 (GMT) |
| commit | cbdf15b0e7df8ad586ffc7ed585d39b45a6605e8 (patch) | |
| tree | 07e44b898dbc4c240359f00860b4f04ebcb97e6e | |
| parent | a519cfc9534016725435c23fc1840d7d43d47c3b (diff) | |
| download | cpython-cbdf15b0e7df8ad586ffc7ed585d39b45a6605e8.zip cpython-cbdf15b0e7df8ad586ffc7ed585d39b45a6605e8.tar.gz cpython-cbdf15b0e7df8ad586ffc7ed585d39b45a6605e8.tar.bz2 | |
News item for the platform.py fix (r70594).
| -rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
