]> granicus.if.org Git - python/commit
Issue #12451: doctest.debug_script() doesn't create a temporary file anymore to
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 15:35:55 +0000 (17:35 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 30 Jun 2011 15:35:55 +0000 (17:35 +0200)
commit12b8d14991d54deedac7d7ca51c7f95006e6a7bc
tree4f1366446bebca83d52ebee1ce7502d5fe3146ed
parente6c910e9537d405a11377a478556731b4eaec419
Issue #12451: doctest.debug_script() doesn't create a temporary file anymore to
avoid encoding issues (it used the locale encoding, whereas UTF-8 should be).

Remove also an unused import (warnings).
Lib/doctest.py
Misc/NEWS