@@ -187,7 +187,7 @@ Library
187
187
188
188
- Issue #15777: Fix a refleak in _posixsubprocess.
189
189
190
- - Issue ## 665194: Update `email.utils.localtime` to use datetime.astimezone and
190
+ - Issue #665194: Update `email.utils.localtime` to use datetime.astimezone and
191
191
correctly handle historic changes in UTC offsets.
192
192
193
193
- Issue #15199: Fix JavaScript's default MIME type to application/javascript.
@@ -782,7 +782,7 @@ Library
782
782
- Issue #15008: Implement PEP 362 "Signature Objects".
783
783
Patch by Yury Selivanov.
784
784
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.
786
786
787
787
- Issue #444582: Add shutil.which, for finding programs on the system path.
788
788
Original patch by Erik Demaine, with later iterations by Jan Killian
@@ -2482,11 +2482,11 @@ Library
2482
2482
- Issue #13591: A bug in importlib has been fixed that caused import_module
2483
2483
to load a module twice.
2484
2484
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
2486
2486
when set to False makes run() execute the scheduled events due to expire
2487
2487
soonest (if any) and then return. Patch by Giampaolo Rodolà.
2488
2488
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
2490
2490
environments. Patch by Josiah Carlson and Giampaolo Rodolà.
2491
2491
2492
2492
- Alias resource.error to OSError ala PEP 3151.
@@ -9822,7 +9822,7 @@ Core and Builtins
9822
9822
the recursion limit checking code, due to bogus handling of recursion
9823
9823
limit when USE_STACKCHEK was enabled.
9824
9824
9825
- - Issue 3639: The _warnings module could segfault the interpreter when
9825
+ - Issue # 3639: The _warnings module could segfault the interpreter when
9826
9826
unexpected types were passed in as arguments.
9827
9827
9828
9828
- Issue #3712: The memoryview object had a reference leak and didn't support
@@ -9901,14 +9901,14 @@ Library
9901
9901
It is now maintained outside of the standard library at
9902
9902
http://www.jcea.es/programacion/pybsddb.htm.
9903
9903
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
9905
9905
to the urlparse one. Added a DeprecationWarning in the old module, it
9906
9906
will be deprecated in the future.
9907
9907
9908
9908
- Issue #3719: platform.architecture() fails if there are spaces in the
9909
9909
path to the Python binary.
9910
9910
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
9912
9912
warnings.catch_warnings() keyword-only. Also remove a DeprecationWarning.
9913
9913
9914
9914
- The deprecation warnings for the camelCase threading API names were removed.
0 commit comments