From d17f2197594e0c1249e020c0126e881726a4531a Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sun, 15 Aug 2010 09:56:07 +0000 Subject: [PATCH] Oops, fix a typo in NEWS: surrogateespace => surrogateescape --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 66942340e3..26a19252bd 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. -- 2.49.0