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

Skip to content

Commit 7f6d797

Browse files
committed
#10050 : merge to default
2 parents 45c9704 + 6227c69 commit 7f6d797

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/urllib.request.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,6 +1306,8 @@ some point in the future.
13061306

13071307
.. class:: URLopener(proxies=None, **x509)
13081308

1309+
.. deprecated:: 3.3
1310+
13091311
Base class for opening and reading URLs. Unless you need to support opening
13101312
objects using schemes other than :file:`http:`, :file:`ftp:`, or :file:`file:`,
13111313
you probably want to use :class:`FancyURLopener`.
@@ -1375,6 +1377,8 @@ some point in the future.
13751377

13761378
.. class:: FancyURLopener(...)
13771379

1380+
.. deprecated:: 3.3
1381+
13781382
:class:`FancyURLopener` subclasses :class:`URLopener` providing default handling
13791383
for the following HTTP response codes: 301, 302, 303, 307 and 401. For the 30x
13801384
response codes listed above, the :mailheader:`Location` header is used to fetch

0 commit comments

Comments
 (0)