Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cdd83c

Browse files
committed
Normalize issue referencing style.
1 parent 01197ad commit 1cdd83c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Misc/NEWS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Core and Builtins
8080
Library
8181
-------
8282

83-
- Issue 2625: added missing items() call to the for loop in
83+
- Issue #2625: added missing items() call to the for loop in
8484
mailbox.MH.get_message().
8585

8686
- Issue #5640: Fix _multibytecodec so that CJK codecs don't repeat
@@ -187,7 +187,7 @@ Core and Builtins
187187
the type definition cmpfunc. The tp_compare slot has been renamed
188188
to tp_reserved, and is reserved for future usage.
189189

190-
- Issue 1242657: the __len__() and __length_hint__() calls in several tools
190+
- Issue #1242657: the __len__() and __length_hint__() calls in several tools
191191
were suppressing all exceptions. These include list() and bytearray().
192192

193193
- Issue #4707: round(x, n) now returns an integer if x is an integer.
@@ -327,9 +327,9 @@ Core and Builtins
327327
Library
328328
-------
329329

330-
- Issue 5694: removed spurious test output in Distutils (test_clean).
330+
- Issue #5694: removed spurious test output in Distutils (test_clean).
331331

332-
- Issue 1326077: fix the formatting of SyntaxErrors by the traceback module.
332+
- Issue #1326077: fix the formatting of SyntaxErrors by the traceback module.
333333

334334
- Issue #1665206 (partially): Move imports in cgitb to the top of the module
335335
instead of performing them in functions. Helps prevent import deadlocking in
@@ -481,7 +481,7 @@ Library
481481
operator module; use the abstract base classes instead. Also removed
482482
the repeat() function; use mul() instead.
483483

484-
- Issue 5021: doctest.testfile() did not create __name__ and
484+
- Issue #5021: doctest.testfile() did not create __name__ and
485485
collections.namedtuple() relied on __name__ being defined.
486486

487487
- Backport importlib from Python 3.1. Only the import_module() function has
@@ -495,7 +495,7 @@ Library
495495
- Added a new itertools functions: combinations_with_replacement()
496496
and compress().
497497

498-
- Issue 5032: added a step argument to itertools.count() and
498+
- Issue #5032: added a step argument to itertools.count() and
499499
allowed non-integer arguments.
500500

501501
- Fix and properly document the multiprocessing module's logging
@@ -582,7 +582,7 @@ Library
582582
- Issue #4812: add missing underscore prefix to some internal-use-only
583583
constants in the decimal module. (Dec_0 becomes _Dec_0, etc.)
584584

585-
- Issue 4790: The nsmallest() and nlargest() functions in the heapq module
585+
- Issue #4790: The nsmallest() and nlargest() functions in the heapq module
586586
did unnecessary work in the common case where no key function was specified.
587587

588588
- Issue #4795: inspect.isgeneratorfunction() returns False instead of None when

0 commit comments

Comments
 (0)