]> granicus.if.org Git - python/commit
Issue #9604: posix.initgroups() encodes the username using the fileystem
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 15 Aug 2010 09:22:44 +0000 (09:22 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 15 Aug 2010 09:22:44 +0000 (09:22 +0000)
commit61ec5dca2bf66d43fd196f771b27464e75e8b41a
tree5cfed0c95be7c57ad3a10e492ff1fd8594e257a8
parent5fe6de8c72977c794cbc39001ffd21ae7297684a
Issue #9604: posix.initgroups() encodes the username using the fileystem
encoding and surrogateescape error handler. Patch written by David Watson.
Misc/NEWS
Modules/posixmodule.c