@@ -346,7 +346,7 @@ Core and Builtins
346
346
347
347
- Issue #15027: The UTF-32 encoder is now 3x to 7x faster.
348
348
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.
350
350
(Contributed by Serhiy Storchaka.)
351
351
352
352
- Issue #2292: PEP 448: Additional Unpacking Generalizations.
@@ -901,7 +901,7 @@ Library
901
901
unnecessary copying of memoryview in gzip.GzipFile.write().
902
902
Original patch by Wolfgang Maier.
903
903
904
- - Issue #23252: Added support for writing ZIP files to unseekable streams.
904
+ - Issue #23252: Added support for writing ZIP files to unseekable streams.
905
905
906
906
- Issue #23647: Increase impalib's MAXLINE to accommodate modern mailbox sizes.
907
907
@@ -1622,10 +1622,10 @@ Library
1622
1622
1623
1623
- Issue #21650: Add an `--sort-keys` option to json.tool CLI.
1624
1624
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.
1626
1626
Patch contributed by Berker Peksag.
1627
1627
1628
- - Issue #22824: Updated reprlib output format for arrays to display empty
1628
+ - Issue #22824: Updated reprlib output format for arrays to display empty
1629
1629
arrays without an unnecessary empty list. Suggested by Serhiy Storchaka.
1630
1630
1631
1631
- Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x.
@@ -1964,7 +1964,7 @@ Library
1964
1964
- Issue #21448: Changed FeedParser feed() to avoid O(N**2) behavior when
1965
1965
parsing long line. Original patch by Raymond Hettinger.
1966
1966
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
1968
1968
and clearer error message when the user forgets the required parameters.
1969
1969
1970
1970
- Issue #17923: glob() patterns ending with a slash no longer match non-dirs on
@@ -2139,7 +2139,7 @@ Library
2139
2139
- Issue #21719: Added the ``st_file_attributes`` field to os.stat_result on
2140
2140
Windows.
2141
2141
2142
- - Issue #21832: Require named tuple inputs to be exact strings.
2142
+ - Issue #21832: Require named tuple inputs to be exact strings.
2143
2143
2144
2144
- Issue #21722: The distutils "upload" command now exits with a non-zero
2145
2145
return code when uploading fails. Patch by Martin Dengler.
@@ -2197,7 +2197,7 @@ Library
2197
2197
error bubble up as this "bad data" appears in many real world zip files in
2198
2198
the wild and is ignored by other zip tools.
2199
2199
2200
- - Issue #13742: Added "key" and "reverse" parameters to heapq.merge().
2200
+ - Issue #13742: Added "key" and "reverse" parameters to heapq.merge().
2201
2201
(First draft of patch contributed by Simon Sapin.)
2202
2202
2203
2203
- Issue #21402: tkinter.ttk now works when default root window is not set.
@@ -2228,7 +2228,7 @@ Library
2228
2228
2229
2229
- Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.
2230
2230
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
2232
2232
helping function, test_codecs now clears the encoding caches to avoid the
2233
2233
appearance of a reference leak
2234
2234
@@ -2288,7 +2288,7 @@ Library
2288
2288
Decimal.quantize() method in the Python version. It had never been
2289
2289
present in the C version.
2290
2290
2291
- - Issue #21469: Reduced the risk of false positives in robotparser by
2291
+ - Issue #21469: Reduced the risk of false positives in robotparser by
2292
2292
checking to make sure that robots.txt has been read or does not exist
2293
2293
prior to returning True in can_fetch().
2294
2294
@@ -2579,7 +2579,7 @@ IDLE
2579
2579
- Issue #16233: A module browser (File : Class Browser, Alt+C) requires a
2580
2580
editor window with a filename. When Class Browser is requested otherwise,
2581
2581
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
2583
2583
is entered and a module is opened, a corresponding browser is also opened.
2584
2584
2585
2585
- Issue #4832: Save As to type Python files automatically adds .py to the
@@ -3508,7 +3508,7 @@ Tools/Demos
3508
3508
"{dirname}/clinic/{basename}.h".
3509
3509
3510
3510
- 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".
3512
3512
3513
3513
- Issue #20390: Argument Clinic: If __new__ or __init__ functions didn't use
3514
3514
kwargs (or args), the PyArg_NoKeywords (or PyArg_NoPositional) calls
@@ -4575,10 +4575,10 @@ Library
4575
4575
- Issue #9548: Add a minimal "_bootlocale" module that is imported by the
4576
4576
_io module instead of the full locale module.
4577
4577
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
4579
4579
longer shadows the print function.
4580
4580
4581
- - Issue #19158: a rare race in BoundedSemaphore could allow .release() too
4581
+ - Issue #19158: A rare race in BoundedSemaphore could allow .release() too
4582
4582
often.
4583
4583
4584
4584
- Issue #15805: Add contextlib.redirect_stdout().
0 commit comments