mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation documentation.
This commit is contained in:
parent
da1ffbc4ee
commit
5116704ec5
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ request.
|
||||||
|
|
||||||
Return whether the request is unverifiable, as defined by RFC 2965. See the
|
Return whether the request is unverifiable, as defined by RFC 2965. See the
|
||||||
documentation for the :class:`Request` constructor. Deprecated in 3.3, use
|
documentation for the :class:`Request` constructor. Deprecated in 3.3, use
|
||||||
:attr:`Request.is_unverifiable`.
|
:attr:`Request.unverifiable`.
|
||||||
|
|
||||||
.. deprecated:: 3.3
|
.. deprecated:: 3.3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue