Staging
v0.8.1
https://github.com/python/cpython
Revision 12b8d14991d54deedac7d7ca51c7f95006e6a7bc authored by Victor Stinner on 30 June 2011, 15:35:55 UTC, committed by Victor Stinner on 30 June 2011, 15:35:55 UTC
avoid encoding issues (it used the locale encoding, whereas UTF-8 should be).

Remove also an unused import (warnings).
1 parent e6c910e
Raw File
Tip revision: 12b8d14991d54deedac7d7ca51c7f95006e6a7bc authored by Victor Stinner on 30 June 2011, 15:35:55 UTC
Issue #12451: doctest.debug_script() doesn't create a temporary file anymore to
Tip revision: 12b8d14
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Parser/pgen.stamp
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top