tomer filiba wrote:

> back in the day, we said all stream objects would support read() and
> write(), and streams with limited functionality (readonly, writeonly) would
> be "queriable" using the following properties:
> * writable
> * readable
> * seekable

Is that really necessary? I can't remember ever writing
code that didn't already know what kind of stream it
was expecting.

--
Greg
_______________________________________________
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

Reply via email to