[Python-3000] enhanced descriptors, part 2
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Jun 14 02:39:58 CEST 2006
Michael Chermside wrote:
> f.position = x -- seek to an absolute position (may be relative to end)
although the "relative to end" part would still admit
the circularity problem (if it's considered to be a
problem - personally I'm not too worried what happens
if you're silly enough to try to seek before the
beginning of a file).
--
Greg
More information about the Python-3000
mailing list