Message928

Author sgala
Recipients
Date 2005-08-23.20:20:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=178886

I'm about to send a patch that fixes this and another error
in the same class.

With this patch cStringIO works with feedparser.py

basically, I commented the mode line, as StringIO does not
have a mode attribute, and also I needed to insert an else
(obvious bug) at the end of seek, as it was always resetting
pos to 0.
History
Date User Action Args
2008-02-20 17:17:19adminlinkissue1020517 messages
2008-02-20 17:17:19admincreate