]> granicus.if.org Git - python/commit
#11584: make decode_header handle Header objects correctly
authorR David Murray <rdmurray@bitdance.com>
Sat, 18 Jun 2011 16:30:55 +0000 (12:30 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 18 Jun 2011 16:30:55 +0000 (12:30 -0400)
commit6bdb1769dcd1a95a7f6fa7d98d05e835be931466
treed34efed0702eb2381bb2e0ca54b98a3a34a40c60
parentc88bce1580c61ee33bf72e55b817940dba46d99c
#11584: make decode_header handle Header objects correctly

This updates b21fdfa0019c, which fixed this bug incorrectly.
Lib/email/header.py
Lib/email/test/test_email.py
Misc/NEWS