
report at bugs
Aug 29, 2007, 8:36 PM
Post #2 of 5
(290 views)
Permalink
|
|
[issue504152] rfc822 long header continuation broken
[In reply to]
|
|
Guido van Rossum added the comment: How about this patch? It basically does self.dict[headerseen] += line.rstrip() which should be what the RFC prescribes, maintaining the invariant that the dict values don't end in whitespace. I haven't written a test for this behavior. ____________________________________ Tracker <report[at]bugs.python.org> <http://bugs.python.org/issue504152> ____________________________________
|