Files
cpython/Lib/codecs.py
Serhiy Storchaka 219c2de5ad bpo-32110: codecs.StreamReader.read(n) now returns not more than n (#4499)
characters/bytes for non-negative n.  This makes it compatible with
read() methods of other file-like objects.
2017-11-29 01:30:00 +02:00

35 KiB