mirror of https://github.com/python/cpython
Brief xrange news.
This commit is contained in:
parent
feec4533e2
commit
83b57355a8
|
@ -18,6 +18,9 @@ Core and builtins
|
|||
via intern() will raise a TypeError. Internal operations that attempt
|
||||
to intern a string subclass will have no effect.
|
||||
|
||||
- Bug 1003935: xrange() could report bogus OverflowErrors. Documented
|
||||
what xrange() intends, and repaired tests accordingly.
|
||||
|
||||
Extension modules
|
||||
-----------------
|
||||
|
||||
|
@ -38,7 +41,6 @@ Library
|
|||
to return a list of all doctests, and you can filter that list by
|
||||
any computable criteria before passing it to a DocTestRunner instance.
|
||||
|
||||
|
||||
Tools/Demos
|
||||
-----------
|
||||
|
||||
|
|
Loading…
Reference in New Issue