[Python-checkins] r87841 - python/branches/release31-maint
r.david.murray
python-checkins at python.org
Sat Jan 8 00:31:57 CET 2011
Author: r.david.murray
Date: Sat Jan 8 00:31:57 2011
New Revision: 87841
Log:
Blocked revisions 87840 via svnmerge
........
r87840 | r.david.murray | 2011-01-07 18:25:30 -0500 (Fri, 07 Jan 2011) | 6 lines
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
This applies only when generating strings from non-RFC compliant binary
input; it makes the existing recoding behavior more consistent (ie:
now no data is lost when recoding).
........
Modified:
python/branches/release31-maint/ (props changed)
More information about the Python-checkins
mailing list