Kaydet (Commit) 5116704e authored tarafından Meador Inge's avatar Meador Inge

Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation documentation.

üst da1ffbc4
...@@ -537,7 +537,7 @@ request. ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment