From: Victor Stinner Date: Wed, 5 May 2010 21:47:39 +0000 (+0000) Subject: Blocked revisions 80824 via svnmerge X-Git-Tag: v3.1.3rc1~813 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfc97de2467779da63ea414e724d3642f48b7ed1;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 80824 via svnmerge ........ r80824 | victor.stinner | 2010-05-05 23:43:57 +0200 (mer., 05 mai 2010) | 3 lines Issue #8390: tarfile uses surrogateespace as the default error handler (instead of replace in read mode or strict in write mode) ........ ---