Skip to content

Commit ba980e8

Browse files
Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1003)
(cherry picked from commit a0157b5)
1 parent ce92be1 commit ba980e8

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Misc/NEWS

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Library
290290
- Issue #28427: old keys should not remove new values from
291291
WeakValueDictionary when collecting from another thread.
292292

293-
- Issue 28923: Remove editor artifacts from Tix.py.
293+
- Issue #28923: Remove editor artifacts from Tix.py.
294294

295295
- Issue #29055: Neaten-up empty population error on random.choice()
296296
by suppressing the upstream exception.
@@ -1058,7 +1058,7 @@ Core and Builtins
10581058
alpha releases, where backslashes are allowed anywhere in an
10591059
f-string. Also, require that expressions inside f-strings be
10601060
enclosed within literal braces, and not escapes like
1061-
f'\x7b"hi"\x7d'.
1061+
``f'\x7b"hi"\x7d'``.
10621062

10631063
- Issue #28046: Remove platform-specific directories from sys.path.
10641064

@@ -1277,7 +1277,7 @@ Library
12771277
- Issue #24277: The new email API is no longer provisional, and the docs
12781278
have been reorganized and rewritten to emphasize the new API.
12791279

1280-
- Issue #22450: urllib now includes an "Accept: */*" header among the
1280+
- Issue #22450: urllib now includes an ``Accept: */*`` header among the
12811281
default headers. This makes the results of REST API requests more
12821282
consistent and predictable especially when proxy servers are involved.
12831283

@@ -1296,9 +1296,9 @@ Library
12961296
characters, not on arbitrary unicode line breaks. This also fixes a bug in
12971297
HTTP header parsing.
12981298

1299-
- Issue 27331: The email.mime classes now all accept an optional policy keyword.
1299+
- Issue #27331: The email.mime classes now all accept an optional policy keyword.
13001300

1301-
- Issue 27988: Fix email iter_attachments incorrect mutation of payload list.
1301+
- Issue #27988: Fix email iter_attachments incorrect mutation of payload list.
13021302

13031303
- Issue #16113: Add SHA-3 and SHAKE support to hashlib module.
13041304

@@ -2406,7 +2406,7 @@ Core and Builtins
24062406
in ``def f(): 1.0``.
24072407

24082408
- Issue #4806: Avoid masking the original TypeError exception when using star
2409-
(*) unpacking in function calls. Based on patch by Hagen Fürstenau and
2409+
(``*``) unpacking in function calls. Based on patch by Hagen Fürstenau and
24102410
Daniel Urban.
24112411

24122412
- Issue #26146: Add a new kind of AST node: ``ast.Constant``. It can be used
@@ -2964,7 +2964,7 @@ Library
29642964
- Issue #25672: In the ssl module, enable the SSL_MODE_RELEASE_BUFFERS mode
29652965
option if it is safe to do so.
29662966

2967-
- Issue #26012: Don't traverse into symlinks for ** pattern in
2967+
- Issue #26012: Don't traverse into symlinks for ``**`` pattern in
29682968
pathlib.Path.[r]glob().
29692969

29702970
- Issue #24120: Ignore PermissionError when traversing a tree with
@@ -3100,7 +3100,7 @@ Library
31003100

31013101
- Issue #25584: Added "escape" to the __all__ list in the glob module.
31023102

3103-
- Issue #25584: Fixed recursive glob() with patterns starting with '\*\*'.
3103+
- Issue #25584: Fixed recursive glob() with patterns starting with ``**``.
31043104

31053105
- Issue #25446: Fix regression in smtplib's AUTH LOGIN support.
31063106

@@ -3735,7 +3735,7 @@ Library
37353735
- Issue #28427: old keys should not remove new values from
37363736
WeakValueDictionary when collecting from another thread.
37373737

3738-
- Issue 28923: Remove editor artifacts from Tix.py.
3738+
- Issue #28923: Remove editor artifacts from Tix.py.
37393739

37403740
- Issue #28871: Fixed a crash when deallocate deep ElementTree.
37413741

@@ -3858,7 +3858,7 @@ Library
38583858

38593859
- Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
38603860

3861-
- Issue #19003:m email.generator now replaces only \r and/or \n line
3861+
- Issue #19003:m email.generator now replaces only ``\r`` and/or ``\n`` line
38623862
endings, per the RFC, instead of all unicode line endings.
38633863

38643864
- Issue #28019: itertools.count() no longer rounds non-integer step in range
@@ -3881,7 +3881,7 @@ Library
38813881
- Issue #27445: Don't pass str(_charset) to MIMEText.set_payload().
38823882
Patch by Claude Paroz.
38833883

3884-
- Issue #22450: urllib now includes an "Accept: */*" header among the
3884+
- Issue #22450: urllib now includes an ``Accept: */*`` header among the
38853885
default headers. This makes the results of REST API requests more
38863886
consistent and predictable especially when proxy servers are involved.
38873887

@@ -3896,7 +3896,7 @@ Library
38963896
characters, not on arbitrary unicode line breaks. This also fixes a bug in
38973897
HTTP header parsing.
38983898

3899-
- Issue 27988: Fix email iter_attachments incorrect mutation of payload list.
3899+
- Issue #27988: Fix email iter_attachments incorrect mutation of payload list.
39003900

39013901
- Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name
39023902
fields in X.509 certs.
@@ -4347,7 +4347,7 @@ Core and Builtins
43474347
cookie names.
43484348

43494349
- Issue #4806: Avoid masking the original TypeError exception when using star
4350-
(*) unpacking in function calls. Based on patch by Hagen Fürstenau and
4350+
(``*``) unpacking in function calls. Based on patch by Hagen Fürstenau and
43514351
Daniel Urban.
43524352

43534353
- Issue #27138: Fix the doc comment for FileFinder.find_spec().
@@ -4727,7 +4727,7 @@ Library
47274727
- Issue #25672: In the ssl module, enable the SSL_MODE_RELEASE_BUFFERS mode
47284728
option if it is safe to do so.
47294729

4730-
- Issue #26012: Don't traverse into symlinks for ** pattern in
4730+
- Issue #26012: Don't traverse into symlinks for ``**`` pattern in
47314731
pathlib.Path.[r]glob().
47324732

47334733
- Issue #24120: Ignore PermissionError when traversing a tree with
@@ -5137,7 +5137,7 @@ Library
51375137

51385138
- Issue #25584: Added "escape" to the __all__ list in the glob module.
51395139

5140-
- Issue #25584: Fixed recursive glob() with patterns starting with '\*\*'.
5140+
- Issue #25584: Fixed recursive glob() with patterns starting with ``**``.
51415141

51425142
- Issue #25446: Fix regression in smtplib's AUTH LOGIN support.
51435143

@@ -6680,7 +6680,7 @@ Library
66806680

66816681
- Issue #23521: Corrected pure python implementation of timedelta division.
66826682

6683-
* Eliminated OverflowError from timedelta * float for some floats;
6683+
* Eliminated OverflowError from ``timedelta * float`` for some floats;
66846684
* Corrected rounding in timedlta true division.
66856685

66866686
- Issue #21619: Popen objects no longer leave a zombie after exit in the with
@@ -7479,7 +7479,7 @@ Library
74797479
character instead of truncating it. Based on patch by Victor Stinner.
74807480

74817481
- Issue #13968: The glob module now supports recursive search in
7482-
subdirectories using the "**" pattern.
7482+
subdirectories using the ``**`` pattern.
74837483

74847484
- Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
74857485
empty string or tuple argument.

0 commit comments

Comments
 (0)