From: R. David Murray Date: Wed, 5 Jan 2011 01:50:00 +0000 (+0000) Subject: Blocked revisions 87750 via svnmerge X-Git-Tag: v2.7.2rc1~400 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fc07b10ae5cf2f2b28d1c14f48d04fb582462d0;p=python Blocked revisions 87750 via svnmerge ........ r87750 | r.david.murray | 2011-01-04 20:39:32 -0500 (Tue, 04 Jan 2011) | 5 lines #10790: make append work when output codec is different from input codec There's still a bug here (the encode call shouldn't use the 'errors' paramter), but I'll fix that later. ........ ---