Skipping EOFs when using file objects?
Colin Cashman
ccashman at attbi.com
Wed Nov 27 21:32:10 EST 2002
More information about the Python-list mailing list
Wed Nov 27 21:32:10 EST 2002
- Previous message (by thread): a simple question about class composition
- Next message (by thread): Skipping EOFs when using file objects?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm building a decoder for yEnc files, but I'm hitting premature EOF characters (that is, I'm only 300 or 400 bytes into the file, when the file size is around 950 bytes). Is there any way, without resorting to file descriptor operations, to configure a file object such that it skips over those premature EOF characters? -- I am Jack's obfuscated source code.
- Previous message (by thread): a simple question about class composition
- Next message (by thread): Skipping EOFs when using file objects?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list