]> granicus.if.org Git - python/commit
Issue #8663: distutils.log emulates backslashreplace error handler. Fix
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 19 May 2010 17:00:07 +0000 (17:00 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 19 May 2010 17:00:07 +0000 (17:00 +0000)
commit2ca03c1f7f476445019e67d6b44189b85259ef17
tree0790187fb6ed9a89c3199f37bd90abd3a5236ec7
parent9ca9c25bcd9d4b771be6fee34a105546d1c8d666
Issue #8663: distutils.log emulates backslashreplace error handler. Fix
compilation in a non-ASCII directory if stdout encoding is ASCII (eg. if stdout
is not a TTY).
Lib/distutils/log.py
Misc/NEWS