Add note regarding pybench benchmark.

This commit is contained in:
Marc-André Lemburg 2006-04-29 12:21:13 +00:00
parent a5eb2a8b88
commit d2e441cf11
1 changed files with 9 additions and 0 deletions

View File

@ -77,6 +77,8 @@ Features to Avoid
decorators, int/long unification, set/frozenset,
reversed(), sorted(), "".rsplit()
2.4 ???
Backward Compatible Packages, Modules, and Tools
@ -93,6 +95,7 @@ Backward Compatible Packages, Modules, and Tools
Just van Rossum
pkgutil Phillip Eby 2.3
platform Marc-Andre Lemburg 1.5.2
pybench Marc-Andre Lemburg 1.5.2 [3]
sre Fredrik Lundh 2.1
subprocess Peter Astrand 2.2
xml (PyXML) Martin v. Loewis 2.0
@ -116,6 +119,12 @@ Backward Compatible Packages, Modules, and Tools
The decision will be revisited for Python 2.5 and not changed
unless compelling advantages arise.
[3] pybench lives under the Tools/ directory. Compatibility with
older Python version is needed in order to be able to compare
performance between Python versions. New features may still
be used in new tests, which may then be configured to fail
gracefully on import by the tool in older Python versions.
Copyright