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

Skip to content

Commit e788ace

Browse files
committed
Fix some issue references in NEWS
1 parent 628225c commit e788ace

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Misc/NEWS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@ Library
164164
file descriptors (0, 1, 2) are closed in the parent process. Initial
165165
patch by Ross Lagerwall.
166166

167-
- Issue 10753 - Characters ';','=' and ',' in the PATH_INFO environment
168-
variable won't be quoted when the URI is constructed by the wsgiref.util 's
167+
- Issue #10753 - Characters ';', '=' and ',' in the PATH_INFO environment
168+
variable won't be quoted when the URI is constructed by the wsgiref.util's
169169
request_uri method. According to RFC 3986, these characters can be a part of
170170
params in PATH component of URI and need not be quoted.
171171

172-
- Issue 10738: Fix webbrowser.Opera.raise_opts
172+
- Issue #10738: Fix webbrowser.Opera.raise_opts
173173

174-
- Issue 9824: SimpleCookie now encodes , and ; in values to cater to how
174+
- Issue #9824: SimpleCookie now encodes , and ; in values to cater to how
175175
browsers actually parse cookies.
176176

177177
- Issue #5258/#10642: if site.py encounters a .pth file that generates an error,
@@ -524,7 +524,7 @@ Library
524524
- The keyword only restriction for the places argument in
525525
unittest.TestCase.assert[Not]AlmostEqual methods has been removed.
526526

527-
- Issue 6706: asyncore accept() method no longer raises EWOULDBLOCK/ECONNABORTED
527+
- Issue #6706: asyncore accept() method no longer raises EWOULDBLOCK/ECONNABORTED
528528
on incomplete connection attempt but returns None instead.
529529

530530
- Issue #10266: uu.decode didn't close in_file explicitly when it was given
@@ -540,7 +540,7 @@ Library
540540
xml.sax.saxutils.XMLGenerator as being bound to
541541
http://www.w3.org/XML/1998/namespace. Patch by Troy J. Farrell.
542542

543-
- #7761: telnetlib.interact failures on Windows fixed.
543+
- Issue #7761: telnetlib.interact failures on Windows fixed.
544544

545545
- Issue #5117: Case normalization was needed on ntpath.relpath(). And
546546
fixed root directory issue on posixpath.relpath(). (Ported working fixes

0 commit comments

Comments
 (0)