[Python-checkins] CVS: python/dist/src/Lib chunk.py

Guido van Rossum guido@cnri.reston.va.us
Wed, 16 Jun 1999 08:25:35 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
	chunk.py 
Log Message:
Sjoerd Mullender:

Added support for unseekable files.

(I use unqualified excepts since we don't know why the seek/tell might
fail.  In my case it was because of an AttributeError.)