Files
cpython/Lib
Guido van Rossum c7bb8577c7 Some changes suggested/provided by Eric Raymond:
- explain seekable
- when seekable==1, test fp.tell() and set it to 0 if that fails
- support overridable method iscomment(line) to weed out comments
- check for unread() method on file object before trying to seek

And one of my own:

- Add a get() method which behaves like a dictionary's get(); this is
actually implemented by giving getheader() an optional second argument
to specify the default, and aliasing get to getheader.
1998-06-10 21:31:01 +00:00
..
1998-04-09 21:47:39 +00:00
1998-05-06 13:48:04 +00:00
1997-09-29 23:22:12 +00:00
1997-10-24 14:46:16 +00:00
1997-10-20 23:16:58 +00:00
1998-05-20 17:05:52 +00:00
1997-10-24 14:46:16 +00:00
1998-05-29 18:22:53 +00:00
1998-04-06 14:29:28 +00:00
1998-05-28 22:48:53 +00:00
1998-04-06 14:14:25 +00:00
1998-04-03 17:03:13 +00:00
1998-04-03 16:02:39 +00:00