From: R. David Murray Date: Fri, 7 Jan 2011 23:31:57 +0000 (+0000) Subject: Blocked revisions 87840 via svnmerge X-Git-Tag: v3.2.1b1~347^2~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=875c2138064761f0fbe67c4a595dad01d437a6f3;p=thirdparty%2FPython%2Fcpython.git 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). ........ ---