]> granicus.if.org Git - python/commit
Issue #8390: tarfile uses surrogateespace as the default error handler
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 May 2010 21:43:57 +0000 (21:43 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 May 2010 21:43:57 +0000 (21:43 +0000)
commitde629d46f2a143e230398a820e9c090295f72ddb
treefc2cbab3df2c942d77f0f6ead9dc76e650ecd85d
parentaac786e5862ac032c903215d6632898af3002532
Issue #8390: tarfile uses surrogateespace as the default error handler
(instead of replace in read mode or strict in write mode)
Doc/library/tarfile.rst
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS