mirror of https://github.com/python/cpython
Mention timeit.py.
This commit is contained in:
parent
b3f09d4331
commit
9589a25220
|
@ -40,6 +40,9 @@ Extension modules
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- New module timeit provides a simple framework for timing the
|
||||||
|
execution speed of expressions and statements.
|
||||||
|
|
||||||
- sets.Set objects now support mixed-type __eq__ and __ne__, instead
|
- sets.Set objects now support mixed-type __eq__ and __ne__, instead
|
||||||
of raising TypeError. If x is a Set object and y is a non-Set object,
|
of raising TypeError. If x is a Set object and y is a non-Set object,
|
||||||
x == y is False, and x != y is True. This is akin to the change made
|
x == y is False, and x != y is True. This is akin to the change made
|
||||||
|
|
Loading…
Reference in New Issue