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
RPM
TextMate
Vim
ACKS -rw-r--r-- 14.2 KB
HISTORY -rw-r--r-- 713.8 KB
NEWS -rw-r--r-- 230.1 KB
Porting -rw-r--r-- 1.9 KB
README -rw-r--r-- 1.4 KB
README.AIX -rw-r--r-- 5.0 KB
README.coverity -rw-r--r-- 845 bytes
README.valgrind -rw-r--r-- 4.3 KB
SpecialBuilds.txt -rw-r--r-- 10.7 KB
build.sh -rwxr-xr-x 9.4 KB
gdbinit -rw-r--r-- 4.7 KB
indent.pro -rw-r--r-- 557 bytes
python-config.in -rw-r--r-- 1.8 KB
python-wing3.wpr -rw-r--r-- 555 bytes
python-wing4.wpr -rw-r--r-- 835 bytes
python.man -rw-r--r-- 12.7 KB
python.pc.in -rw-r--r-- 293 bytes
valgrind-python.supp -rw-r--r-- 6.6 KB
vgrindefs -rw-r--r-- 500 bytes

README

back to top