Commit cbdf15b0 authored by Marc-André Lemburg's avatar Marc-André Lemburg

News item for the platform.py fix (r70594).

parent a519cfc9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment