mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Modified itertools.izip() to match the behavior of __builtin__.zip()
which can now take zero arguments.
This commit is contained in:
parent
77fe69bd08
commit
b5a420883c
4 changed files with 15 additions and 8 deletions
|
|
@ -23,6 +23,9 @@ Extension modules
|
|||
Library
|
||||
-------
|
||||
|
||||
- itertools.izip() with no arguments now returns an empty iterator instead
|
||||
of raising a TypeError exception.
|
||||
|
||||
- _strptime.py now has a behind-the-scenes caching mechanism for the most
|
||||
recent TimeRE instance used along with the last five unique directive
|
||||
patterns. The overall module was also made more thread-safe.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue