mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
bpo-40321: Add missing test, slightly expand documentation (GH-28760)
This commit is contained in:
parent
61892c0476
commit
f528045f69
4 changed files with 12 additions and 8 deletions
|
@ -11,7 +11,7 @@ option. The OpenerDirector is a composite object that invokes the
|
|||
Handlers needed to open the requested URL. For example, the
|
||||
HTTPHandler performs HTTP GET and POST requests and deals with
|
||||
non-error returns. The HTTPRedirectHandler automatically deals with
|
||||
HTTP 301, 302, 303, 307 and 308 redirect errors, and the
|
||||
HTTP 301, 302, 303, 307, and 308 redirect errors, and the
|
||||
HTTPDigestAuthHandler deals with digest authentication.
|
||||
|
||||
urlopen(url, data=None) -- Basic usage is the same as original
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue