]> granicus.if.org Git - python/commit
Issue #9603: posix.ttyname() and posix.ctermid() decode the terminal name
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 15 Aug 2010 09:12:51 +0000 (09:12 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 15 Aug 2010 09:12:51 +0000 (09:12 +0000)
commit5fe6de8c72977c794cbc39001ffd21ae7297684a
treecca8c38d0c51c135cf5889c6a32163fba1c59e4e
parent0b5669c0f55501b59aebafcc704ef397861742ce
Issue #9603: posix.ttyname() and posix.ctermid() decode the terminal name
using the filesystem encoding and surrogateescape error handler. Patch
written by David Watson.
Misc/NEWS
Modules/posixmodule.c