summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-05-05 21:43:57 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-05-05 21:43:57 (GMT)
commitde629d46f2a143e230398a820e9c090295f72ddb (patch)
treefc2cbab3df2c942d77f0f6ead9dc76e650ecd85d /Misc
parentaac786e5862ac032c903215d6632898af3002532 (diff)
downloadcpython-de629d46f2a143e230398a820e9c090295f72ddb.zip
cpython-de629d46f2a143e230398a820e9c090295f72ddb.tar.gz
cpython-de629d46f2a143e230398a820e9c090295f72ddb.tar.bz2
Issue #8390: tarfile uses surrogateespace as the default error handler
(instead of replace in read mode or strict in write mode)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3d27e1..2b76def 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -348,6 +348,9 @@ C-API
Library
-------
+- Issue #8390: tarfile uses surrogateespace 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.
- Issue #8621: uuid.uuid4() returned the same sequence of values in the