Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 574b1d6

Browse files
committed
More versionadded/versionchanged fixes
1 parent 4035aac commit 574b1d6

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/library/http.client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ HTTPConnection Objects
384384
Set the debugging level (the amount of debugging output printed). The default
385385
debug level is ``0``, meaning no debugging output is printed.
386386

387-
.. versionadded:: 2.7
387+
.. versionadded:: 3.1
388388

389389
.. method:: HTTPConnection.set_tunnel(host, port=None)
390390

Doc/library/select.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The module defines the following:
100100
of up to :const:`PIPE_BUF` bytes.
101101
This value is guaranteed by POSIX to be at least 512. Availability: Unix.
102102

103-
.. versionadded:: 2.7
103+
.. versionadded:: 3.2
104104

105105

106106
.. _epoll-objects:

Doc/library/site.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ empty, and the path manipulations are skipped; however the import of
120120
Returns a list containing all global site-packages directories
121121
(and possibly site-python).
122122

123-
.. versionadded:: 2.7
123+
.. versionadded:: 3.2
124124

125125
.. function:: getuserbase()
126126

@@ -130,7 +130,7 @@ empty, and the path manipulations are skipped; however the import of
130130
variable ``USER_BASE`` is not initialized yet, this function will also set
131131
it.
132132

133-
.. versionadded:: 2.7
133+
.. versionadded:: 3.2
134134

135135
.. function:: getusersitepackages()
136136

@@ -139,7 +139,7 @@ empty, and the path manipulations are skipped; however the import of
139139
If the global variable ``USER_SITE`` is not initialized yet, this
140140
function will also set it.
141141

142-
.. versionadded:: 2.7
142+
.. versionadded:: 3.2
143143

144144
.. XXX Update documentation
145145
.. XXX document python -m site --user-base --user-site

0 commit comments

Comments
 (0)