[Python-3000] On PEP 3116: new I/O base classes

Bill Janssen janssen at parc.com
Wed Jun 20 19:11:08 CEST 2007


Not bad, but if you're going that route, I think I'd get rid of the
optional arguments, and just say

    seek_from_beginning(INCR: int)

    seek_from_current(INCR: int)

    seek_from_end(DECR: int)

Bill


More information about the Python-3000 mailing list