Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 249d7e3

Browse files
committed
Fix - s/urllib2/urllib.request/
1 parent c295862 commit 249d7e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Core and Builtins
3232
Library
3333
-------
3434

35-
- Issue #4493: urllib2 adds '/' in front of path components which does not
35+
- Issue #4493: urllib.request adds '/' in front of path components which does not
3636
start with '/. Common behavior exhibited by browsers and other clients.
3737

3838
- Issue #6378: idle.bat now runs with the appropriate Python version rather than

0 commit comments

Comments
 (0)