I've looked at the most recent version at

http://python.org/dev/peps/pep-3116/

and I see nothing in there about the interaction between a BufferedIO
object and its underlying RawIO object.  That is, what happens if you do
this:

    f = open('foo', buffering=200)
    f.read(150)
    f.raw.read(200)
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

"Typing is cheap.  Thinking is expensive."  --Roy Smith
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to