]> granicus.if.org Git - python/commit
#22233: Only split headers on \r and/or \n, per email RFCs.
authorR David Murray <rdmurray@bitdance.com>
Wed, 7 Sep 2016 21:44:34 +0000 (17:44 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 7 Sep 2016 21:44:34 +0000 (17:44 -0400)
commitdc1650ca062a99d41a029a6645dc72fd7d820c94
tree7719487f2ea0d6a95d2e024e365dbedacf697534
parent6b46ec7733ad7391b9e008d2b273c556f140f88e
#22233: Only split headers on \r and/or \n, per email RFCs.

Original patch by Martin Panter, new policy fixes by me.
Lib/email/feedparser.py
Lib/email/policy.py
Lib/test/test_email/test_email.py
Lib/test/test_email/test_parser.py
Lib/test/test_httplib.py
Misc/NEWS