From: Victor Stinner Date: Sun, 15 Aug 2010 09:56:07 +0000 (+0000) Subject: Oops, fix a typo in NEWS: surrogateespace => surrogateescape X-Git-Tag: v3.2a2~301 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d17f2197594e0c1249e020c0126e881726a4531a;p=thirdparty%2FPython%2Fcpython.git Oops, fix a typo in NEWS: surrogateespace => surrogateescape --- diff --git a/Misc/NEWS b/Misc/NEWS index 66942340e35c..26a19252bdc1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1000,7 +1000,7 @@ Library - Issue #4265: shutil.copyfile() was leaking file descriptors when disk fills. Patch by Tres Seaver. -- Issue #8390: tarfile uses surrogateespace as the default error handler +- Issue #8390: tarfile uses surrogateescape as the default error handler (instead of replace in read mode or strict in write mode). - Issue #7755: Use an unencumbered audio file for tests.