Gurmeet Singh added the comment:
Please consider following before making a decision:
__________
> io.BufferedReader does not implement read1 (the last lines of trace
> below)
>It does. You made a mistake in your experiment (you called read1() on a FileIO
>object, not a BufferedReader object).
Please see the following lines:
>>> cfl = open ('c:/temp9/Capability/Analyzing Data.mp4', 'rb', buffering = -1)
>>> type(cfl)
<class '_io.BufferedReader'>
According to me it is a _io.BufferedReader only and not just _io.FileIO (the
base class). Please tell me if I am wrong here.
----------
status: pending -> open
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue17440>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com