mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
Fix a couple of versionadded/versionchanged related markup errors.
This commit is contained in:
parent
f551001322
commit
61063cca6a
16 changed files with 39 additions and 32 deletions
|
@ -212,7 +212,7 @@ The following classes are provided:
|
|||
:attr:`~Request.method` attribute and is used by :meth:`get_method()`.
|
||||
|
||||
.. versionchanged:: 3.3
|
||||
:attr:`Request.method` argument is added to the Request class.
|
||||
:attr:`Request.method` argument is added to the Request class.
|
||||
|
||||
|
||||
.. class:: OpenerDirector()
|
||||
|
@ -967,10 +967,9 @@ FileHandler Objects
|
|||
Open the file locally, if there is no host name, or the host name is
|
||||
``'localhost'``.
|
||||
|
||||
This method is applicable only for local hostnames. When a remote hostname
|
||||
is given, an :exc:`URLError` is raised.
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
.. versionchanged:: 3.2
|
||||
This method is applicable only for local hostnames. When a remote
|
||||
hostname is given, an :exc:`URLError` is raised.
|
||||
|
||||
|
||||
.. _ftp-handler-objects:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue