]> granicus.if.org Git - python/commit
Issue #8533: regrtest replaces also sys.stdout on Windows
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 00:01:55 +0000 (02:01 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 00:01:55 +0000 (02:01 +0200)
commitbe6210363e1bd275df5a31c394f39b934dad1b14
tree931f18a9f451005549e99f4c74c41a09ddf4af19
parent6daa33c8acf47bcc41ea827e7b3dbcc5fae9f771
Issue #8533: regrtest replaces also sys.stdout on Windows

Replace sys.stdout to use backslashreplace. Use '\n' newline on all operating
systems.
Lib/test/regrtest.py