[Python-checkins] cpython: Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation

meador.inge python-checkins at python.org
Sat Jul 21 02:51:29 CEST 2012


http://hg.python.org/cpython/rev/f39895c55699
changeset:   78211:f39895c55699
parent:      78209:ea8078365d3b
user:        Meador Inge <meadori at gmail.com>
date:        Fri Jul 20 19:50:41 2012 -0500
summary:
  Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation documentation.

files:
  Doc/library/urllib.request.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -537,7 +537,7 @@
 
    Return whether the request is unverifiable, as defined by RFC 2965. See the
    documentation for the :class:`Request` constructor.  Deprecated in 3.3, use
-   :attr:`Request.is_unverifiable`.
+   :attr:`Request.unverifiable`.
 
    .. deprecated:: 3.3
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list