| commit | 61ec5dca2bf66d43fd196f771b27464e75e8b41a | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@haypocalc.com> | Sun Aug 15 09:22:44 2010 +0000 |
| committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun Aug 15 09:22:44 2010 +0000 |
| tree | 5cfed0c95be7c57ad3a10e492ff1fd8594e257a8 | |
| parent | 5fe6de8c72977c794cbc39001ffd21ae7297684a [diff] |
Issue #9604: posix.initgroups() encodes the username using the fileystem encoding and surrogateescape error handler. Patch written by David Watson.