Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
#1178141: add addinfourl.code to get http status code from urllib.
- Loading branch information
Showing
with
36 additions
and 10 deletions.
- +9 −5 Doc/library/urllib.rst
- +6 −1 Lib/test/test_urllib.py
- +10 −0 Lib/test/test_urllibnet.py
- +8 −4 Lib/urllib.py
- +3 −0 Misc/NEWS