8000 [3.12] Fix version directive indents (GH-117719) (#117810) · python/cpython@aeb4ac7 · GitHub
[go: up one dir, main page]

Skip to content

Commit aeb4ac7

Browse files
authored
[3.12] Fix version directive indents (GH-117719) (#117810)
1 parent a39e01d commit aeb4ac7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Doc/library/decimal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ are also included in the pure Python version for compatibility.
15171517
the C version uses a thread-local rather than a coroutine-local context and the value
15181518
is ``False``. This is slightly faster in some nested context scenarios.
15191519

1520-
.. versionadded:: 3.8.3
1520+
.. versionadded:: 3.8.3
15211521

15221522

15231523
Rounding modes

Doc/library/ipaddress.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,14 +292,14 @@ write code that handles both IP versions correctly. Address objects are
292292
.. attribute:: is_multicast
293293
.. attribute:: is_private
294294
.. attribute:: is_global
295+
296+
.. versionadded:: 3.4
297+
295298
.. attribute:: is_unspecified
296299
.. attribute:: is_reserved
297300
.. attribute:: is_loopback
298301
.. attribute:: is_link_local
299302

300-
.. versionadded:: 3.4
301-
is_global
302-
303303
.. attribute:: is_site_local
304304

305305
``True`` if the address is reserved for site-local usage. Note that

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1775,7 +1775,7 @@ to speed up repeated connections from the same clients.
17751775
.. versionchanged:: 3.6
17761776
*session* argument was added.
17771777

1778-
.. versionchanged:: 3.7
1778+
.. versionchanged:: 3.7
17791779
The method returns an instance of :attr:`SSLContext.sslsocket_class`
17801780
instead of hard-coded :class:`SSLSocket`.
17811781

0 commit comments

Comments
 (0)
0