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
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 556 bytes
.gitignore -rw-r--r-- 566 bytes
.hgeol -rw-r--r-- 650 bytes
.hgignore -rw-r--r-- 869 bytes
.hgtags -rw-r--r-- 4.3 KB
LICENSE -rw-r--r-- 14.2 KB
Makefile.pre.in -rw-r--r-- 42.2 KB
README -rw-r--r-- 6.5 KB
configure -rwxr-xr-x 396.8 KB
configure.in -rw-r--r-- 122.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.8 KB
setup.py -rw-r--r-- 80.3 KB

README

back to top