mirror of
https://github.com/python/cpython.git
synced 2025-10-11 01:12:48 +00:00
Fix - s/urllib2/urllib.request/
This commit is contained in:
parent
c295862ce0
commit
249d7e3c2e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- Issue #4493: urllib2 adds '/' in front of path components which does not
|
- Issue #4493: urllib.request adds '/' in front of path components which does not
|
||||||
start with '/. Common behavior exhibited by browsers and other clients.
|
start with '/. Common behavior exhibited by browsers and other clients.
|
||||||
|
|
||||||
- Issue #6378: idle.bat now runs with the appropriate Python version rather than
|
- Issue #6378: idle.bat now runs with the appropriate Python version rather than
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue