Staging
v0.5.1
https://github.com/python/cpython
Revision e5e366c856b677d568b4ee35194ed9b8c7d4bbb4 authored by R David Murray on 18 June 2011, 16:57:28 UTC, committed by R David Murray on 18 June 2011, 16:57:28 UTC
Analogous to the decode_header fix, this fix makes Header.append and
make_header correctly handle the unknown-8bit charset introduced by email5.1,
when the input to them is binary strings.  Previous to this fix the
make_header(decode_header(x)) == x invariant was broken in the face of the
unknown-8bit charset.
1 parent 6bdb176
History
Tip revision: e5e366c856b677d568b4ee35194ed9b8c7d4bbb4 authored by R David Murray on 18 June 2011, 16:57:28 UTC
#11584: make Header and make_header handle binary unknown-8bit input
Tip revision: e5e366c
File Mode Size
dummy
__init__.py -rw-r--r-- 7.6 KB
connection.py -rw-r--r-- 13.7 KB
forking.py -rw-r--r-- 15.9 KB
heap.py -rw-r--r-- 7.0 KB
managers.py -rw-r--r-- 35.8 KB
pool.py -rw-r--r-- 22.9 KB
process.py -rw-r--r-- 9.4 KB
queues.py -rw-r--r-- 12.3 KB
reduction.py -rw-r--r-- 6.4 KB
sharedctypes.py -rw-r--r-- 7.4 KB
synchronize.py -rw-r--r-- 10.4 KB
util.py -rw-r--r-- 9.1 KB

back to top