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. Original patch by Chris Angelico.
This commit is contained in:
parent
29e2aa696d
commit
225821c653
3 changed files with 4 additions and 4 deletions
|
@ -397,7 +397,7 @@ class Connection(_ConnectionBase):
|
|||
self._send(header)
|
||||
self._send(buf)
|
||||
else:
|
||||
# Issue # 20540: concatenate before sending, to avoid delays due
|
||||
# Issue #20540: concatenate before sending, to avoid delays due
|
||||
# to Nagle's algorithm on a TCP socket.
|
||||
# Also note we want to avoid sending a 0-length buffer separately,
|
||||
# to avoid "broken pipe" errors if the other end closed the pipe.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue