File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1517,7 +1517,7 @@ are also included in the pure Python version for compatibility.
1517
1517
the C version uses a thread-local rather than a coroutine-local context and the value
1518
1518
is ``False ``. This is slightly faster in some nested context scenarios.
1519
1519
1520
- .. versionadded :: 3.8.3
1520
+ .. versionadded :: 3.8.3
1521
1521
1522
1522
1523
1523
Rounding modes
Original file line number Diff line number Diff line change @@ -292,14 +292,14 @@ write code that handles both IP versions correctly. Address objects are
292
292
.. attribute :: is_multicast
293
293
.. attribute :: is_private
294
294
.. attribute :: is_global
295
+
296
+ .. versionadded :: 3.4
297
+
295
298
.. attribute :: is_unspecified
296
299
.. attribute :: is_reserved
297
300
.. attribute :: is_loopback
298
301
.. attribute :: is_link_local
299
302
300
- .. versionadded :: 3.4
301
- is_global
302
-
303
303
.. attribute :: is_site_local
304
304
305
305
``True `` if the address is reserved for site-local usage. Note that
Original file line number Diff line number Diff line change @@ -1775,7 +1775,7 @@ to speed up repeated connections from the same clients.
1775
1775
.. versionchanged :: 3.6
1776
1776
*session * argument was added.
1777
1777
1778
- .. versionchanged :: 3.7
1778
+ .. versionchanged :: 3.7
1779
1779
The method returns an instance of :attr: `SSLContext.sslsocket_class `
1780
1780
instead of hard-coded :class: `SSLSocket `.
1781
1781
You can’t perform that action at this time.
0 commit comments