Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
620e875d
Commit
620e875d
authored
Mar 19, 2013
by
Senthil Kumaran
Browse files
Options
Browse Files
Download
Plain Diff
Automated merge with
file:///Users/skumaran/python/cpython
parents
dc32d18d
cd3bb8b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Doc/library/urllib.request.rst
Doc/library/urllib.request.rst
+8
-8
No files found.
Doc/library/urllib.request.rst
View file @
620e875d
...
...
@@ -478,7 +478,7 @@ request.
request to be ``POST`` rather than ``GET``. Deprecated in 3.3, use
:attr:`Request.data`.
.. deprecated
:: 3.3
.. deprecated
-removed:: 3.3 3.4
.. method:: Request.has_data()
...
...
@@ -486,14 +486,14 @@ request.
Return whether the instance has a non-\ ``None`` data. Deprecated in 3.3,
use :attr:`Request.data`.
.. deprecated
:: 3.3
.. deprecated
-removed:: 3.3 3.4
.. method:: Request.get_data()
Return the instance's data. Deprecated in 3.3, use :attr:`Request.data`.
.. deprecated
:: 3.3
.. deprecated
-removed:: 3.3 3.4
.. method:: Request.get_type()
...
...
@@ -501,7 +501,7 @@ request.
Return the type of the URL --- also known as the scheme. Deprecated in 3.3,
use :attr:`Request.type`.
.. deprecated
:: 3.3
.. deprecated
-removed:: 3.3 3.4
.. method:: Request.get_host()
...
...
@@ -509,7 +509,7 @@ request.
Return the host to which a connection will be made. Deprecated in 3.3, use
:attr:`Request.host`.
.. deprecated
:: 3.3
.. deprecated
-removed:: 3.3 3.4
.. method:: Request.get_selector()
...
...
@@ -517,7 +517,7 @@ request.
Return the selector --- the part of the URL that is sent to the server.
Deprecated in 3.3, use :attr:`Request.selector`.
.. deprecated
:: 3.3
.. deprecated
-removed:: 3.3 3.4
.. method:: Request.get_header(header_name, default=None)
...
...
@@ -538,7 +538,7 @@ request.
:rfc:`2965`. See the documentation for the :class:`Request` constructor.
Deprecated in 3.3, use :attr:`Request.origin_req_host`.
.. deprecated
:: 3.3
.. deprecated
-removed:: 3.3 3.4
.. method:: Request.is_unverifiable()
...
...
@@ -547,7 +547,7 @@ request.
documentation for the :class:`Request` constructor. Deprecated in 3.3, use
:attr:`Request.unverifiable`.
.. deprecated
:: 3.3
.. deprecated
-removed:: 3.3 3.4
.. _opener-director-objects:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment