mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #25899: Converted non-ASCII characters in docstrings and manpage
to ASCII replacements. Removed UTF-8 BOM from Misc/NEWS. Original patch by Chris Angelico.
This commit is contained in:
commit
3fd4a735d8
6 changed files with 10 additions and 10 deletions
|
@ -735,9 +735,9 @@ class HTTPResponse(io.BufferedIOBase):
|
|||
guessed.
|
||||
|
||||
When the method is local-file, returned headers will include
|
||||
a Date representing the file’s last-modified time, a
|
||||
a Date representing the file's last-modified time, a
|
||||
Content-Length giving file size, and a Content-Type
|
||||
containing a guess at the file’s type. See also the
|
||||
containing a guess at the file's type. See also the
|
||||
description of the mimetools module.
|
||||
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue