@@ -187,7 +187,7 @@ Library
187187
188188- Issue #15777: Fix a refleak in _posixsubprocess.
189189
190- - Issue ## 665194: Update `email.utils.localtime` to use datetime.astimezone and
190+ - Issue #665194: Update `email.utils.localtime` to use datetime.astimezone and
191191 correctly handle historic changes in UTC offsets.
192192
193193- Issue #15199: Fix JavaScript's default MIME type to application/javascript.
@@ -782,7 +782,7 @@ Library
782782- Issue #15008: Implement PEP 362 "Signature Objects".
783783 Patch by Yury Selivanov.
784784
785- - Issue: #15138: base64.urlsafe_{en,de}code() are now 3-4x faster.
785+ - Issue #15138: base64.urlsafe_{en,de}code() are now 3-4x faster.
786786
787787- Issue #444582: Add shutil.which, for finding programs on the system path.
788788 Original patch by Erik Demaine, with later iterations by Jan Killian
@@ -2482,11 +2482,11 @@ Library
24822482- Issue #13591: A bug in importlib has been fixed that caused import_module
24832483 to load a module twice.
24842484
2485- - Issue #13449 sched.scheduler.run() method has a new "blocking" parameter which
2485+ - Issue #13449: sched.scheduler.run() method has a new "blocking" parameter which
24862486 when set to False makes run() execute the scheduled events due to expire
24872487 soonest (if any) and then return. Patch by Giampaolo Rodolà.
24882488
2489- - Issue #8684 sched.scheduler class can be safely used in multi-threaded
2489+ - Issue #8684: sched.scheduler class can be safely used in multi-threaded
24902490 environments. Patch by Josiah Carlson and Giampaolo Rodolà.
24912491
24922492- Alias resource.error to OSError ala PEP 3151.
@@ -9822,7 +9822,7 @@ Core and Builtins
98229822 the recursion limit checking code, due to bogus handling of recursion
98239823 limit when USE_STACKCHEK was enabled.
98249824
9825- - Issue 3639: The _warnings module could segfault the interpreter when
9825+ - Issue # 3639: The _warnings module could segfault the interpreter when
98269826 unexpected types were passed in as arguments.
98279827
98289828- Issue #3712: The memoryview object had a reference leak and didn't support
@@ -9901,14 +9901,14 @@ Library
99019901 It is now maintained outside of the standard library at
99029902 http://www.jcea.es/programacion/pybsddb.htm.
99039903
9904- - Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
9904+ - Issue # 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
99059905 to the urlparse one. Added a DeprecationWarning in the old module, it
99069906 will be deprecated in the future.
99079907
99089908- Issue #3719: platform.architecture() fails if there are spaces in the
99099909 path to the Python binary.
99109910
9911- - Issue 3602: As part of the merge of r66135, make the parameters on
9911+ - Issue # 3602: As part of the merge of r66135, make the parameters on
99129912 warnings.catch_warnings() keyword-only. Also remove a DeprecationWarning.
99139913
99149914- The deprecation warnings for the camelCase threading API names were removed.
0 commit comments