commit | 041015cc70465c8a008d4ef45ffe3fe05041fad2 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Fri Mar 25 15:10:55 2011 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Fri Mar 25 15:10:55 2011 -0400 |
tree | d87526fb02459f89ec4681c274a2ba903a8cbb76 | |
parent | 213eb96902387dd1f5af0f5f1b80f3d227fd0186 [diff] |
#11584: Since __getitem__ returns headers, make decode_header handle them. Why I consider this a bug rather than an API change: the API change was to Message, which didn't used to return Headers unless you added them yourself. Now it does (for 8bit binary header input), so decode_header needs to be able to handle them.