mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix a few scoping issues with versionadded/versionchanged directives.
This commit is contained in:
parent
645d3b7655
commit
df48b97855
12 changed files with 38 additions and 32 deletions
|
@ -523,9 +523,10 @@ request.
|
|||
Return a list of tuples (header_name, header_value) of the Request headers.
|
||||
|
||||
.. versionchanged:: 3.4
|
||||
Request methods add_data, has_data, get_data, get_type, get_host,
|
||||
get_selector, get_origin_req_host and is_unverifiable deprecated since 3.3
|
||||
have been removed.
|
||||
The request methods add_data, has_data, get_data, get_type, get_host,
|
||||
get_selector, get_origin_req_host and is_unverifiable that were deprecated
|
||||
since 3.3 have been removed.
|
||||
|
||||
|
||||
.. _opener-director-objects:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue