File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
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 @@ -334,14 +334,14 @@ write code that handles both IP versions correctly. Address objects are
334
334
.. attribute :: is_multicast
335
335
.. attribute :: is_private
336
336
.. attribute :: is_global
337
+
338
+ .. versionadded :: 3.4
339
+
337
340
.. attribute :: is_unspecified
338
341
.. attribute :: is_reserved
339
342
.. attribute :: is_loopback
340
343
.. attribute :: is_link_local
341
344
342
- .. versionadded :: 3.4
343
- is_global
344
-
345
345
.. attribute :: is_site_local
346
346
347
347
``True `` if the address is reserved for site-local usage. Note that
Original file line number Diff line number Diff line change @@ -1820,7 +1820,7 @@ to speed up repeated connections from the same clients.
1820
1820
.. versionchanged :: 3.6
1821
1821
*session * argument was added.
1822
1822
1823
- .. versionchanged :: 3.7
1823
+ .. versionchanged :: 3.7
1824
1824
The method returns an instance of :attr: `SSLContext.sslsocket_class `
1825
1825
instead of hard-coded :class: `SSLSocket `.
1826
1826
Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ The :mod:`urllib.request` module defines the following functions:
113
113
``http/1.1 `` when no *context * is given. Custom *context * should set
114
114
ALPN protocols with :meth: `~ssl.SSLContext.set_alpn_protocols `.
115
115
116
- .. versionchanged :: 3.13
117
- Remove *cafile *, *capath * and *cadefault * parameters: use the *context *
118
- parameter instead.
116
+ .. versionchanged :: 3.13
117
+ Remove *cafile *, *capath * and *cadefault * parameters: use the *context *
118
+ parameter instead.
119
119
120
120
121
121
.. function :: install_opener(opener)
You can’t perform that action at this time.
0 commit comments