]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(merge 3.2) Issue #12451: doctest.debug_script() doesn't create a temporary
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 15:39:17 +0000 (17:39 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 15:39:17 +0000 (17:39 +0200)
file anymore to avoid encoding issues (it used the locale encoding, whereas
UTF-8 should be).

Remove also an unused import (warnings).

1  2 
Lib/doctest.py
Misc/NEWS

diff --cc Lib/doctest.py
Simple merge
diff --cc Misc/NEWS
Simple merge