]> granicus.if.org Git - python/commit
simply ignore headers with no name (#19996)
authorBenjamin Peterson <benjamin@python.org>
Mon, 26 Jan 2015 04:34:42 +0000 (23:34 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 26 Jan 2015 04:34:42 +0000 (23:34 -0500)
commitbfd976fc171bd89080ecbbb2d64ed1bc315fa2a9
treedb255151ccdb90c34c87588d226528b166ce7d58
parent9a6d32e78cd8f73f957d6c8eac04fb3f834fc261
simply ignore headers with no name (#19996)

Patch by Cory Benfield.
Lib/httplib.py
Lib/rfc822.py
Lib/test/test_httplib.py
Lib/test/test_rfc822.py
Misc/NEWS