summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-08-15 09:56:07 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-08-15 09:56:07 (GMT)
commitd17f2197594e0c1249e020c0126e881726a4531a (patch)
tree2e239aa44f2be4b6bca05b2b2cfdf66a028b8466
parent8858d2cb84c30908302c533ba92a3c42dabefe04 (diff)
downloadcpython-d17f2197594e0c1249e020c0126e881726a4531a.zip
cpython-d17f2197594e0c1249e020c0126e881726a4531a.tar.gz
cpython-d17f2197594e0c1249e020c0126e881726a4531a.tar.bz2
Oops, fix a typo in NEWS: surrogateespace => surrogateescape
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6694234..26a1925 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.