[issue1721862] email.FeedParser.BufferedSubFile improperly handles "\r\n"

2010-01-12 Thread R. David Murray
R. David Murray added the comment: This seems to be a duplicate of issue 170, which has a simpler patch. -- nosy: +r.david.murray resolution: -> duplicate stage: test needed -> committed/rejected status: open -> closed superseder: -> email parser incorrectly breaks headers with a

[issue1721862] email.FeedParser.BufferedSubFile improperly handles "\r\n"

2009-07-27 Thread Neil Tallim
Neil Tallim added the comment: Attached a patch containing a unit test based on Sye van der Veen's example and a solution for issue 1721862. Written against Python 3.2, r74225. -- Added file: http://bugs.python.org/file14580/1721862[3.2].diff ___ Py

[issue1721862] email.FeedParser.BufferedSubFile improperly handles "\r\n"

2009-07-27 Thread Neil Tallim
Neil Tallim added the comment: Attached a patch containing a unit test based on Sye van der Veen's example and a solution for issue 1721862. Written against Python 3.1, r74225. -- Added file: http://bugs.python.org/file14579/1721862[3.1].diff ___ Py

[issue1721862] email.FeedParser.BufferedSubFile improperly handles "\r\n"

2009-07-27 Thread Neil Tallim
Neil Tallim added the comment: Attached a patch containing a unit test based on Sye van der Veen's example and a solution for issue 1721862. Written against Python 2.7, r74225. -- Added file: http://bugs.python.org/file14578/1721862[2.7].diff ___ Py

[issue1721862] email.FeedParser.BufferedSubFile improperly handles "\r\n"

2009-07-27 Thread Neil Tallim
Neil Tallim added the comment: Attached a patch containing a unit test based on Sye van der Veen's example and a solution for issue 1721862. Written against Python 2.6, r74225. -- Added file: http://bugs.python.org/file14577/1721862[2.6].diff ___ Py

[issue1721862] email.FeedParser.BufferedSubFile improperly handles "\r\n"

2009-07-27 Thread Neil Tallim
Neil Tallim added the comment: Confirmed in trunk and all current branches (r74225: 2.6, 2.7, 3.1, 3.2). Patches for all four active versions will be added momentarily. Note: my submission yesterday was mistagged, claiming to be for trunk while it was really for 2.6, which is what this bug was

[issue1721862] email.FeedParser.BufferedSubFile improperly handles "\r\n"

2009-07-27 Thread Neil Tallim
Changes by Neil Tallim : Removed file: http://bugs.python.org/file14572/1721862.diff ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue1721862] email.FeedParser.BufferedSubFile improperly handles "\r\n"

2009-07-26 Thread Neil Tallim
Neil Tallim added the comment: Attached a patch containing a unit test based on Sye van der Veen's example and a solution for this problem. Written against Python 2.6 (trunk), r74214, which was current at the time of submission. This is my first patch, so please let me know if I did something

[issue1721862] email.FeedParser.BufferedSubFile improperly handles "\r\n"

2009-04-21 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1721862] email.FeedParser.BufferedSubFile improperly handles "\r\n"

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed on trunk. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___ __