]> granicus.if.org Git - python/commit
Issue #10329: The trace module writes reports using the input Python script
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 7 Nov 2010 15:47:36 +0000 (15:47 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 7 Nov 2010 15:47:36 +0000 (15:47 +0000)
commit64bc3b28a321b6026488f689fb125f31766d9730
tree698be941679bae7bcdc6a6059ad27bbd9314f33f
parentbb4f218050a76ff69d2ca9d5512bedaa69cf4529
Issue #10329: The trace module writes reports using the input Python script
encoding, instead of the locale encoding. Patch written by Alexander
Belopolsky.
Lib/trace.py
Misc/NEWS