Message85254
The OP's diagnosis of a buffer boundary problem is correct, but
incomplete. The problem can be reproduced by calling feedparser
FeedParser.feed() directly, or as my patch test does, by calling
BufferedSubFile.push() directly. The proper fix is for push() to treat
a last line ending in CR as a partial line, as it does if no part of a
line ending is present. The OP's patch only works when FeedParser is
called through the old Parser interface. |
|
Date |
User |
Action |
Args |
2009-04-02 19:40:41 | tony_nelson | set | recipients:
+ tony_nelson, barry, paul.moore, guettli, anadelonbrin, graham_king, jdunck, kmtracey, chris.eveleigh |
2009-04-02 19:40:41 | tony_nelson | set | messageid: <1238701241.79.0.548698537178.issue1555570@psf.upfronthosting.co.za> |
2009-04-02 19:40:40 | tony_nelson | link | issue1555570 messages |
2009-04-02 19:40:40 | tony_nelson | create | |
|