@@ -325,7 +325,7 @@ Library
325
325
Now using them emits a deprecation warning.
326
326
327
327
- bpo-27863: Fixed multiple crashes in ElementTree caused by race conditions
328
- and wrong types.
328
+ and wrong types.
329
329
330
330
- bpo-25996: Added support of file descriptors in os.scandir() on Unix.
331
331
os.fwalk() is sped up by 2 times by using os.scandir().
@@ -527,7 +527,7 @@ Library
527
527
- Issue #28427: old keys should not remove new values from
528
528
WeakValueDictionary when collecting from another thread.
529
529
530
- - Issue 28923: Remove editor artifacts from Tix.py.
530
+ - Issue # 28923: Remove editor artifacts from Tix.py.
531
531
532
532
- Issue #28871: Fixed a crash when deallocate deep ElementTree.
533
533
@@ -1114,7 +1114,7 @@ Library
1114
1114
- Issue #29085: Allow random.Random.seed() to use high quality OS randomness
1115
1115
rather than the pid and time.
1116
1116
1117
- - Issue 28923: Remove editor artifacts from Tix.py.
1117
+ - Issue # 28923: Remove editor artifacts from Tix.py.
1118
1118
1119
1119
- Issue #29055: Neaten-up empty population error on random.choice()
1120
1120
by suppressing the upstream exception.
@@ -1834,7 +1834,7 @@ Core and Builtins
1834
1834
alpha releases, where backslashes are allowed anywhere in an
1835
1835
f-string. Also, require that expressions inside f-strings be
1836
1836
enclosed within literal braces, and not escapes like
1837
- f'\x7b"hi"\x7d'.
1837
+ `` f'\x7b"hi"\x7d'`` .
1838
1838
1839
1839
- Issue #28046: Remove platform-specific directories from sys.path.
1840
1840
@@ -2053,7 +2053,7 @@ Library
2053
2053
- Issue #24277: The new email API is no longer provisional, and the docs
2054
2054
have been reorganized and rewritten to emphasize the new API.
2055
2055
2056
- - Issue #22450: urllib now includes an " Accept: */*" header among the
2056
+ - Issue #22450: urllib now includes an `` Accept: */*`` header among the
2057
2057
default headers. This makes the results of REST API requests more
2058
2058
consistent and predictable especially when proxy servers are involved.
2059
2059
@@ -2072,9 +2072,9 @@ Library
2072
2072
characters, not on arbitrary unicode line breaks. This also fixes a bug in
2073
2073
HTTP header parsing.
2074
2074
2075
- - Issue 27331: The email.mime classes now all accept an optional policy keyword.
2075
+ - Issue # 27331: The email.mime classes now all accept an optional policy keyword.
2076
2076
2077
- - Issue 27988: Fix email iter_attachments incorrect mutation of payload list.
2077
+ - Issue # 27988: Fix email iter_attachments incorrect mutation of payload list.
2078
2078
2079
2079
- Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
2080
2080
@@ -3182,7 +3182,7 @@ Core and Builtins
3182
3182
in ``def f(): 1.0``.
3183
3183
3184
3184
- Issue #4806: Avoid masking the original TypeError exception when using star
3185
- (* ) unpacking in function calls. Based on patch by Hagen Fürstenau and
3185
+ (``*`` ) unpacking in function calls. Based on patch by Hagen Fürstenau and
3186
3186
Daniel Urban.
3187
3187
3188
3188
- Issue #26146: Add a new kind of AST node: ``ast.Constant``. It can be used
@@ -3740,7 +3740,7 @@ Library
3740
3740
- Issue #25672: In the ssl module, enable the SSL_MODE_RELEASE_BUFFERS mode
3741
3741
option if it is safe to do so.
3742
3742
3743
- - Issue #26012: Don't traverse into symlinks for ** pattern in
3743
+ - Issue #26012: Don't traverse into symlinks for ``**`` pattern in
3744
3744
pathlib.Path.[r]glob().
3745
3745
3746
3746
- Issue #24120: Ignore PermissionError when traversing a tree with
@@ -3876,7 +3876,7 @@ Library
3876
3876
3877
3877
- Issue #25584: Added "escape" to the __all__ list in the glob module.
3878
3878
3879
- - Issue #25584: Fixed recursive glob() with patterns starting with '\*\*' .
3879
+ - Issue #25584: Fixed recursive glob() with patterns starting with ``**`` .
3880
3880
3881
3881
- Issue #25446: Fix regression in smtplib's AUTH LOGIN support.
3882
3882
@@ -4511,7 +4511,7 @@ Library
4511
4511
- Issue #28427: old keys should not remove new values from
4512
4512
WeakValueDictionary when collecting from another thread.
4513
4513
4514
- - Issue 28923: Remove editor artifacts from Tix.py.
4514
+ - Issue # 28923: Remove editor artifacts from Tix.py.
4515
4515
4516
4516
- Issue #28871: Fixed a crash when deallocate deep ElementTree.
4517
4517
@@ -4634,7 +4634,7 @@ Library
4634
4634
4635
4635
- Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
4636
4636
4637
- - Issue #19003:m email.generator now replaces only \r and/or \n line
4637
+ - Issue #19003:m email.generator now replaces only ``\r`` and/or ``\n`` line
4638
4638
endings, per the RFC, instead of all unicode line endings.
4639
4639
4640
4640
- Issue #28019: itertools.count() no longer rounds non-integer step in range
@@ -4657,7 +4657,7 @@ Library
4657
4657
- Issue #27445: Don't pass str(_charset) to MIMEText.set_payload().
4658
4658
Patch by Claude Paroz.
4659
4659
4660
- - Issue #22450: urllib now includes an " Accept: */*" header among the
4660
+ - Issue #22450: urllib now includes an `` Accept: */*`` header among the
4661
4661
default headers. This makes the results of REST API requests more
4662
4662
consistent and predictable especially when proxy servers are involved.
4663
4663
@@ -4672,7 +4672,7 @@ Library
4672
4672
characters, not on arbitrary unicode line breaks. This also fixes a bug in
4673
4673
HTTP header parsing.
4674
4674
4675
- - Issue 27988: Fix email iter_attachments incorrect mutation of payload list.
4675
+ - Issue # 27988: Fix email iter_attachments incorrect mutation of payload list.
4676
4676
4677
4677
- Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name
4678
4678
fields in X.509 certs.
@@ -5123,7 +5123,7 @@ Core and Builtins
5123
5123
cookie names.
5124
5124
5125
5125
- Issue #4806: Avoid masking the original TypeError exception when using star
5126
- (* ) unpacking in function calls. Based on patch by Hagen Fürstenau and
5126
+ (``*`` ) unpacking in function calls. Based on patch by Hagen Fürstenau and
5127
5127
Daniel Urban.
5128
5128
5129
5129
- Issue #27138: Fix the doc comment for FileFinder.find_spec().
@@ -5503,7 +5503,7 @@ Library
5503
5503
- Issue #25672: In the ssl module, enable the SSL_MODE_RELEASE_BUFFERS mode
5504
5504
option if it is safe to do so.
5505
5505
5506
- - Issue #26012: Don't traverse into symlinks for ** pattern in
5506
+ - Issue #26012: Don't traverse into symlinks for ``**`` pattern in
5507
5507
pathlib.Path.[r]glob().
5508
5508
5509
5509
- Issue #24120: Ignore PermissionError when traversing a tree with
@@ -5913,7 +5913,7 @@ Library
5913
5913
5914
5914
- Issue #25584: Added "escape" to the __all__ list in the glob module.
5915
5915
5916
- - Issue #25584: Fixed recursive glob() with patterns starting with '\*\*' .
5916
+ - Issue #25584: Fixed recursive glob() with patterns starting with ``**`` .
5917
5917
5918
5918
- Issue #25446: Fix regression in smtplib's AUTH LOGIN support.
5919
5919
@@ -7456,7 +7456,7 @@ Library
7456
7456
7457
7457
- Issue #23521: Corrected pure python implementation of timedelta division.
7458
7458
7459
- * Eliminated OverflowError from timedelta * float for some floats;
7459
+ * Eliminated OverflowError from `` timedelta * float`` for some floats;
7460
7460
* Corrected rounding in timedlta true division.
7461
7461
7462
7462
- Issue #21619: Popen objects no longer leave a zombie after exit in the with
@@ -8255,7 +8255,7 @@ Library
8255
8255
character instead of truncating it. Based on patch by Victor Stinner.
8256
8256
8257
8257
- Issue #13968: The glob module now supports recursive search in
8258
- subdirectories using the "**" pattern.
8258
+ subdirectories using the ``**`` pattern.
8259
8259
8260
8260
- Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
8261
8261
empty string or tuple argument.
0 commit comments