diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-08-15 09:22:44 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-08-15 09:22:44 (GMT) |
commit | 61ec5dca2bf66d43fd196f771b27464e75e8b41a (patch) | |
tree | 5cfed0c95be7c57ad3a10e492ff1fd8594e257a8 /Misc | |
parent | 5fe6de8c72977c794cbc39001ffd21ae7297684a (diff) | |
download | cpython-61ec5dca2bf66d43fd196f771b27464e75e8b41a.zip cpython-61ec5dca2bf66d43fd196f771b27464e75e8b41a.tar.gz cpython-61ec5dca2bf66d43fd196f771b27464e75e8b41a.tar.bz2 |
Issue #9604: posix.initgroups() encodes the username using the fileystem
encoding and surrogateescape error handler. Patch written by David Watson.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -83,6 +83,9 @@ Extensions Library ------- +- Issue #9604: posix.initgroups() encodes the username using the fileystem + encoding and surrogateescape error handler. Patch written by David Watson. + - Issue #9603: posix.ttyname() and posix.ctermid() decode the terminal name using the filesystem encoding and surrogateescape error handler. Patch written by David Watson. |