Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 89e5122

Browse files
Fixed doubled spaces in Misc/NEWS.
2 parents c97a962 + 054d3cd commit 89e5122

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Misc/NEWS

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Core and Builtins
346346

347347
- Issue #15027: The UTF-32 encoder is now 3x to 7x faster.
348348

349-
- Issue #23290: Optimize set_merge() for cases where the target is empty.
349+
- Issue #23290: Optimize set_merge() for cases where the target is empty.
350350
(Contributed by Serhiy Storchaka.)
351351

352352
- Issue #2292: PEP 448: Additional Unpacking Generalizations.
@@ -901,7 +901,7 @@ Library
901901
unnecessary copying of memoryview in gzip.GzipFile.write().
902902
Original patch by Wolfgang Maier.
903903

904-
- Issue #23252: Added support for writing ZIP files to unseekable streams.
904+
- Issue #23252: Added support for writing ZIP files to unseekable streams.
905905

906906
- Issue #23647: Increase impalib's MAXLINE to accommodate modern mailbox sizes.
907907

@@ -1622,10 +1622,10 @@ Library
16221622

16231623
- Issue #21650: Add an `--sort-keys` option to json.tool CLI.
16241624

1625-
- Issue #22824: Updated reprlib output format for sets to use set literals.
1625+
- Issue #22824: Updated reprlib output format for sets to use set literals.
16261626
Patch contributed by Berker Peksag.
16271627

1628-
- Issue #22824: Updated reprlib output format for arrays to display empty
1628+
- Issue #22824: Updated reprlib output format for arrays to display empty
16291629
arrays without an unnecessary empty list. Suggested by Serhiy Storchaka.
16301630

16311631
- Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
@@ -1964,7 +1964,7 @@ Library
19641964
- Issue #21448: Changed FeedParser feed() to avoid O(N**2) behavior when
19651965
parsing long line. Original patch by Raymond Hettinger.
19661966

1967-
- Issue #22184: The functools LRU Cache decorator factory now gives an earlier
1967+
- Issue #22184: The functools LRU Cache decorator factory now gives an earlier
19681968
and clearer error message when the user forgets the required parameters.
19691969

19701970
- Issue #17923: glob() patterns ending with a slash no longer match non-dirs on
@@ -2139,7 +2139,7 @@ Library
21392139
- Issue #21719: Added the ``st_file_attributes`` field to os.stat_result on
21402140
Windows.
21412141

2142-
- Issue #21832: Require named tuple inputs to be exact strings.
2142+
- Issue #21832: Require named tuple inputs to be exact strings.
21432143

21442144
- Issue #21722: The distutils "upload" command now exits with a non-zero
21452145
return code when uploading fails. Patch by Martin Dengler.
@@ -2197,7 +2197,7 @@ Library
21972197
error bubble up as this "bad data" appears in many real world zip files in
21982198
the wild and is ignored by other zip tools.
21992199

2200-
- Issue #13742: Added "key" and "reverse" parameters to heapq.merge().
2200+
- Issue #13742: Added "key" and "reverse" parameters to heapq.merge().
22012201
(First draft of patch contributed by Simon Sapin.)
22022202

22032203
- Issue #21402: tkinter.ttk now works when default root window is not set.
@@ -2228,7 +2228,7 @@ Library
22282228

22292229
- Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.
22302230

2231-
- Issue #22166: with the assistance of a new internal _codecs._forget_codec
2231+
- Issue #22166: With the assistance of a new internal _codecs._forget_codec
22322232
helping function, test_codecs now clears the encoding caches to avoid the
22332233
appearance of a reference leak
22342234

@@ -2288,7 +2288,7 @@ Library
22882288
Decimal.quantize() method in the Python version. It had never been
22892289
present in the C version.
22902290

2291-
- Issue #21469: Reduced the risk of false positives in robotparser by
2291+
- Issue #21469: Reduced the risk of false positives in robotparser by
22922292
checking to make sure that robots.txt has been read or does not exist
22932293
prior to returning True in can_fetch().
22942294

@@ -2579,7 +2579,7 @@ IDLE
25792579
- Issue #16233: A module browser (File : Class Browser, Alt+C) requires a
25802580
editor window with a filename. When Class Browser is requested otherwise,
25812581
from a shell, output window, or 'Untitled' editor, Idle no longer displays
2582-
an error box. It now pops up an Open Module box (Alt+M). If a valid name
2582+
an error box. It now pops up an Open Module box (Alt+M). If a valid name
25832583
is entered and a module is opened, a corresponding browser is also opened.
25842584

25852585
- Issue #4832: Save As to type Python files automatically adds .py to the
@@ -3508,7 +3508,7 @@ Tools/Demos
35083508
"{dirname}/clinic/{basename}.h".
35093509

35103510
- Issue #20390: Argument Clinic's "class" directive syntax has been extended
3511-
with two new required arguments: "typedef" and "type_object".
3511+
with two new required arguments: "typedef" and "type_object".
35123512

35133513
- Issue #20390: Argument Clinic: If __new__ or __init__ functions didn't use
35143514
kwargs (or args), the PyArg_NoKeywords (or PyArg_NoPositional) calls
@@ -4575,10 +4575,10 @@ Library
45754575
- Issue #9548: Add a minimal "_bootlocale" module that is imported by the
45764576
_io module instead of the full locale module.
45774577

4578-
- Issue #18764: remove the 'print' alias for the PDB 'p' command so that it no
4578+
- Issue #18764: Remove the 'print' alias for the PDB 'p' command so that it no
45794579
longer shadows the print function.
45804580

4581-
- Issue #19158: a rare race in BoundedSemaphore could allow .release() too
4581+
- Issue #19158: A rare race in BoundedSemaphore could allow .release() too
45824582
often.
45834583

45844584
- Issue #15805: Add contextlib.redirect_stdout().

0 commit comments

Comments
 (0)