Home
last modified time | relevance | path

Searched refs:_CRLF (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dnntplib.py160 _CRLF = b'\r\n' variable
448 line = line + _CRLF
461 """Internal: return one line from the server, stripping _CRLF.
471 if line[-2:] == _CRLF:
473 elif line[-1:] in _CRLF:
515 terminators = (b'.' + _CRLF, b'.\n')
896 if not line.endswith(_CRLF):
897 line = line.rstrip(b"\r\n") + _CRLF
H A D_pyio.py1936 | (crlf and self._CRLF)
1971 _CRLF = 4 variable in IncrementalNewlineDecoder

Completed in 5 milliseconds