Message3697

Author mdirolf
Recipients mdirolf
Date 2008-10-21.18:19:06
SpamBayes Score 0.0009473627
Marked as misclassified No
Message-id <1224613148.25.0.521676705042.issue1156@psf.upfronthosting.co.za>
In-reply-to
Content
rfc822.Message tries an fp.tell() in __init__. on an AttributeError or 
IOError it sets seekable to 0. The problem is that if fp is a PyFile 
created from a java.io.InputStream fp.tell() throws a TypeError, not an 
AttributeError or IOError.
History
Date User Action Args
2008-10-21 18:19:08mdirolfsetrecipients: + mdirolf
2008-10-21 18:19:08mdirolfsetmessageid: <1224613148.25.0.521676705042.issue1156@psf.upfronthosting.co.za>
2008-10-21 18:19:07mdirolflinkissue1156 messages
2008-10-21 18:19:07mdirolfcreate