@@ -629,7 +629,7 @@ Library
629629- Issue #21560: An attempt to write a data of wrong type no longer cause
630630 GzipFile corruption. Original patch by Wolfgang Maier.
631631
632- - Issue #23647: Increase impalib 's MAXLINE to accommodate modern mailbox sizes.
632+ - Issue #23647: Increase imaplib 's MAXLINE to accommodate modern mailbox sizes.
633633
634634- Issue #23539: If body is None, http.client.HTTPConnection.request now sets
635635 Content-Length to 0 for PUT, POST, and PATCH headers to avoid 411 errors from
@@ -677,7 +677,7 @@ Library
677677- Issue #23521: Corrected pure python implementation of timedelta division.
678678
679679 * Eliminated OverflowError from timedelta * float for some floats;
680- * Corrected rounding in timedlta true division.
680+ * Corrected rounding in timedelta true division.
681681
682682- Issue #21619: Popen objects no longer leave a zombie after exit in the with
683683 statement if the pipe was broken. Patch by Martin Panter.
@@ -966,7 +966,7 @@ Core and Builtins
966966 returned NotImplemented. Original patch by Martin Panter.
967967
968968- Issue #23321: Fixed a crash in str.decode() when error handler returned
969- replacment string longer than mailformed input data.
969+ replacement string longer than malformed input data.
970970
971971- Issue #23048: Fix jumping out of an infinite while loop in the pdb.
972972
@@ -1042,7 +1042,7 @@ Library
10421042- Issue #23250: In the http.cookies module, capitalize "HttpOnly" and "Secure"
10431043 as they are written in the standard.
10441044
1045- - Issue #23063: In the disutils ' check command, fix parsing of reST with code or
1045+ - Issue #23063: In the distutils ' check command, fix parsing of reST with code or
10461046 code-block directives.
10471047
10481048- Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal
@@ -9956,7 +9956,7 @@ Library
99569956 ensure that it will be found regardless of the shell PATH. This ensures
99579957 that multiprocessing.cpu_count works on default installs of MacOSX.
99589958
9959- - Issue #11501: disutils .archive_utils.make_zipfile no longer fails if zlib is
9959+ - Issue #11501: distutils .archive_utils.make_zipfile no longer fails if zlib is
99609960 not installed. Instead, the zipfile.ZIP_STORED compression is used to create
99619961 the ZipFile. Patch by Natalia B. Bidart.
99629962
0 commit comments