mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Oops, fix a typo in NEWS: surrogateespace => surrogateescape
This commit is contained in:
parent
8858d2cb84
commit
d17f219759
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue