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

Add news items for the recent pybench and platform changes.

parent 6b2de62c
...@@ -109,6 +109,14 @@ Core and builtins ...@@ -109,6 +109,14 @@ Core and builtins
Library Library
------- -------
- Changed platform module API python_version_tuple() to actually
return a tuple (it used to return a list)
- Added new platform module APIs python_branch(), python_revision(),
python_implementation() and linux_distribution()
- Added support for IronPython and Jython to the platform module
- The sets module has been deprecated. Use the built-in set/frozenset types - The sets module has been deprecated. Use the built-in set/frozenset types
instead. instead.
...@@ -376,6 +384,20 @@ Tests ...@@ -376,6 +384,20 @@ Tests
number properly. number properly.
Tools
-----
- Added IronPython and Jython support to pybench (part of which
was patch #1563844)
- Made some minor changes to pybench output to allow the user
to see which Python version is running pybench
- Added support for the new platform module feature
platform.python_implementation(); this will now be saved
in the benchmark pickle
Documentation Documentation
------------- -------------
......
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