cpython/Lib/urllib
Ben Kallus 6f15ca8c7a
gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2022-10-20 14:00:56 -07:00
..
__init__.py
error.py
parse.py gh-96035: Make urllib.parse.urlparse reject non-numeric ports (#98273) 2022-10-20 14:00:56 -07:00
request.py bpo-43564: preserve original exception in args of FTP URLError (#24938) 2022-10-09 18:59:07 -07:00
response.py bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447) 2019-09-13 12:40:07 +01:00
robotparser.py