]> granicus.if.org Git - python/commit
RFC 2822 describes the characters allowed in a header field name. Conform to
authorBarry Warsaw <barry@python.org>
Mon, 29 Nov 2004 03:46:54 +0000 (03:46 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 29 Nov 2004 03:46:54 +0000 (03:46 +0000)
commitf4c7c402d4944c3e1ff1a83925d5e11549ff4e36
tree0f751939c916dec67d2c6d5a7d974440e3eb3594
parente48bad7a24d5bc6cd1677d94ac669009d561744a
RFC 2822 describes the characters allowed in a header field name.  Conform to
this, and add test cases.
Lib/email/FeedParser.py
Lib/email/test/test_email.py