Skip to content

Commit e4e6992

Browse files
committed
Fix minor inconsistencies with Issue #N references in NEWS and HISTORY
1 parent 328bf54 commit e4e6992

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Misc/HISTORY

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

Misc/NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ Library
781781

782782
- Issue #25111: Fixed comparison of traceback.FrameSummary.
783783

784-
- Issue #25262. Added support for BINBYTES8 opcode in Python implementation of
784+
- Issue #25262: Added support for BINBYTES8 opcode in Python implementation of
785785
unpickler. Highest 32 bits of 64-bit size for BINUNICODE8 and BINBYTES8
786786
opcodes no longer silently ignored on 32-bit platforms in C implementation.
787787

@@ -906,7 +906,7 @@ Library
906906
IDLE
907907
----
908908

909-
- Issue 15348: Stop the debugger engine (normally in a user process)
909+
- Issue #15348: Stop the debugger engine (normally in a user process)
910910
before closing the debugger window (running in the IDLE process).
911911
This prevents the RuntimeErrors that were being caught and ignored.
912912

@@ -2754,7 +2754,7 @@ Library
27542754

27552755
- Issue #21971: Update turtledemo doc and add module to the index.
27562756

2757-
- Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
2757+
- Issue #21032: Fixed socket leak if HTTPConnection.getresponse() fails.
27582758
Original patch by Martin Panter.
27592759

27602760
- Issue #22407: Deprecated the use of re.LOCALE flag with str patterns or

0 commit comments

Comments
 (0)