Issue #9579, #9580: Oops, add the author of the patch

This commit is contained in:
Victor Stinner 2010-09-10 23:50:31 +00:00
parent cb04352e8c
commit 6f7b783cde
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Library
- Issue #9579, #9580: Fix os.confstr() for value longer than 255 bytes and
encode the value with filesystem encoding and surrogateescape (instead of
utf-8 in strict mode).
utf-8 in strict mode). Patch written by David Watson.
- Issue #9632: Remove sys.setfilesystemencoding() function: use
PYTHONFSENCODING environment variable to set the filesystem encoding at