mirror of
https://github.com/python/cpython.git
synced 2026-05-15 00:48:35 -04:00
041015cc70
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.