]> granicus.if.org Git - python/commit
(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)
commita0b12a1ca7777f8b417b9753b48a443214331243
tree2a2346f4498b2d0d5d905ab0c483aa03fb2617e7
parent319672e8a6ca3239573340dfb3d8fa46f7f53f0c
parent12b8d14991d54deedac7d7ca51c7f95006e6a7bc
(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).
Lib/doctest.py
Misc/NEWS