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

Skip to content

Commit 5f90d79

Browse files
committed
Fix style of referring to issues.
1 parent 5be21b7 commit 5f90d79

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Misc/NEWS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ Library
739739

740740
- Charset.body_encode now correctly handles base64 encoding by encoding with the
741741
output_charset before calling base64mime.encode. Passes the tests from 2.x
742-
issue 1368247.
742+
issue #1368247.
743743

744744
- Issue #8845: sqlite3 Connection objects now have a read-only in_transaction
745745
attribute that is True iff there are uncommitted changes.
@@ -1355,7 +1355,7 @@ Library
13551355
argument added to the TextTestRunner constructor allowing a different result
13561356
class to be used without having to subclass.
13571357

1358-
- Issue 7588: ``unittest.TextTestResult.getDescription`` now includes the test
1358+
- Issue #7588: ``unittest.TextTestResult.getDescription`` now includes the test
13591359
name in failure reports even if the test has a docstring.
13601360

13611361
- Issue #3001: Add a C implementation of recursive locks which is used by
@@ -1774,10 +1774,10 @@ Build
17741774

17751775
- Issue #6244: Allow detect_tkinter to look for Tcl/Tk 8.6.
17761776

1777-
- Issue 4601: 'make install' did not set the appropriate permissions on
1777+
- Issue #4601: 'make install' did not set the appropriate permissions on
17781778
directories.
17791779

1780-
- Issue 5390: Add uninstall icon independent of whether file extensions are
1780+
- Issue #5390: Add uninstall icon independent of whether file extensions are
17811781
installed.
17821782

17831783
- Issue #7541: When using ``python-config`` with a framework install the
@@ -1792,7 +1792,7 @@ Build
17921792
Documentation
17931793
------------
17941794

1795-
- Issue 9255: Document that the 'test' package is meant for internal Python use
1795+
- Issue #9255: Document that the 'test' package is meant for internal Python use
17961796
only.
17971797

17981798
- A small WSGI server was added as Tools/scripts/serve.py, and is used to
@@ -2168,7 +2168,7 @@ Library
21682168
file is a binary. Patch by Brodie Rao, tests by Daniel Diniz. This fix
21692169
corrects a pydoc regression.
21702170

2171-
- Issue 5955: aifc's close method did not close the file it wrapped,
2171+
- Issue #5955: aifc's close method did not close the file it wrapped,
21722172
now it does. This also means getfp method now returns the real fp.
21732173

21742174
Installation
@@ -2201,7 +2201,7 @@ Build
22012201
Tests
22022202
-----
22032203

2204-
- Issue 5442: Tests for importlib were not properly skipping case-sensitivity
2204+
- Issue #5442: Tests for importlib were not properly skipping case-sensitivity
22052205
tests on darwin even when the OS was installed on a case-sensitive
22062206
filesystem. Also fixed tests that should not be run when
22072207
sys.dont_write_bytecode is true.
@@ -2317,7 +2317,7 @@ Core and Builtins
23172317
conversions (including all float formatting operations) will be
23182318
correctly rounded on these platforms.
23192319

2320-
See issue 1580 discussions for details of platforms for which
2320+
See issue #1580 discussions for details of platforms for which
23212321
this change does not apply.
23222322

23232323
- Issue #5759: float() didn't call __float__ on str subclasses.

0 commit comments

Comments
 (0)