The PEP doesn't deal with streams. It is about files.
On 9/10/06, David Hopwood <[EMAIL PROTECTED]> wrote: > Paul Prescod wrote: > > Maybe the guessing algorithm should read the WHOLE FILE. > > That wouldn't work for streams (e.g. stdin). The algorithm I gave > does work for streams, provided that they have a push-back buffer of > at least 4 bytes. > > -- > David Hopwood <[EMAIL PROTECTED]> > > > _______________________________________________ > Python-3000 mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-3000 > Unsubscribe: > http://mail.python.org/mailman/options/python-3000/paul%40prescod.net > _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
