]> granicus.if.org Git - python/commitdiff
Oops, fix a typo in NEWS: surrogateespace => surrogateescape
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 15 Aug 2010 09:56:07 +0000 (09:56 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 15 Aug 2010 09:56:07 +0000 (09:56 +0000)
Misc/NEWS

index 66942340e35cc011f3d6b849c7723be34e0667bc..26a19252bdc16e56399ec7f68b051a30459aec37 100644 (file)
--- 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.