mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
SF 698520: Iterator for urllib.URLOpener
Contributed by Brett Cannon.
This commit is contained in:
parent
e9e20a9838
commit
42182ebaf6
3 changed files with 9 additions and 1 deletions
|
|
@ -46,6 +46,9 @@ Extension modules
|
|||
Library
|
||||
-------
|
||||
|
||||
- The urllib module now offers support for the iterator protocol.
|
||||
SF patch 698520 contributed by Brett Cannon.
|
||||
|
||||
- New module timeit provides a simple framework for timing the
|
||||
execution speed of expressions and statements.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue