]> granicus.if.org Git - python/commit
Sjoerd Mullender:
authorGuido van Rossum <guido@python.org>
Wed, 16 Jun 1999 12:25:34 +0000 (12:25 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 16 Jun 1999 12:25:34 +0000 (12:25 +0000)
commit7bb11d68bf12010a9a6d5074cc0f05e46d1cf517
treee985092aaba07046c76690d82bd59deca7f3aa11
parentf2f059458792a4ebf80f0adb7e97823e51e697a9
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.)
Lib/chunk.py