[Python-checkins] cpython (3.2): #17460 - Adding relevant warning messages regarding strict removal in docs
senthil.kumaran
python-checkins at python.org
Tue Mar 19 09:20:03 CET 2013
http://hg.python.org/cpython/rev/ac023b1a23ea
changeset: 82755:ac023b1a23ea
branch: 3.2
parent: 82751:0a9b42de49d5
user: Senthil Kumaran <senthil at uthcode.com>
date: Tue Mar 19 00:51:08 2013 -0700
summary:
#17460 - Adding relevant warning messages regarding strict removal in docs
files:
Doc/library/http.client.rst | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -51,7 +51,7 @@
.. versionchanged:: 3.2
*source_address* was added.
- .. versionchanged:: 3.2
+ .. deprecated:: 3.2
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
are not supported anymore.
@@ -89,7 +89,7 @@
This class now supports HTTPS virtual hosts if possible (that is,
if :data:`ssl.HAS_SNI` is true).
- .. versionchanged:: 3.2
+ .. deprecated:: 3.2
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
are not supported anymore.
@@ -99,7 +99,7 @@
Class whose instances are returned upon successful connection. Not
instantiated directly by user.
- .. versionchanged:: 3.2
+ .. deprecated:: 3.2
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
are not supported anymore.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list