From: Victor Stinner Date: Thu, 30 Jun 2011 15:39:17 +0000 (+0200) Subject: (merge 3.2) Issue #12451: doctest.debug_script() doesn't create a temporary X-Git-Tag: v3.3.0a1~2000 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0b12a1ca7777f8b417b9753b48a443214331243;p=thirdparty%2FPython%2Fcpython.git (merge 3.2) 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). --- a0b12a1ca7777f8b417b9753b48a443214331243