]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9605: posix.getlogin() decodes the username with file filesystem
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 15 Aug 2010 09:33:08 +0000 (09:33 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 15 Aug 2010 09:33:08 +0000 (09:33 +0000)
commite039ffe41d82c45c1e8a1be2973b9b1125f727f7
tree661edb1db4de5599940cb3fc10b5c73356d4fb69
parent61ec5dca2bf66d43fd196f771b27464e75e8b41a
Issue #9605: posix.getlogin() decodes the username with file filesystem
encoding and surrogateescape error handler. Patch written by David Watson.

Reindent also posix_getlogin(), and fix a typo in the NEWS file.
Misc/NEWS
Modules/posixmodule.c