]> granicus.if.org Git - python/commit
#1555570: correctly handle a \r\n that is split by the read buffer.
authorR. David Murray <rdmurray@bitdance.com>
Sat, 17 Jul 2010 01:19:57 +0000 (01:19 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 17 Jul 2010 01:19:57 +0000 (01:19 +0000)
commit45bf773f605bdee3b4f8334a97d6130a75b9286a
tree66d5b495715cdd792ec445b32edbc5ebda0ca3b0
parentcbe1a4e28fb8dcd9fa1a17a1160ccc1c2ff9ff99
#1555570: correctly handle a \r\n that is split by the read buffer.

Patch and test by Tony Nelson.
Lib/email/feedparser.py
Lib/email/test/test_email.py
Misc/NEWS