Hello:

  Does Python support a peek like method for its file objects?

  I'd like to be able to look at the next byte in a disk file before
  deciding whether I should read it with, say, the read() method.
  Is it possible to do so in Python?

  Your answer would be much appreciated.

  Thanks.

Avi Kak
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to