[Python-checkins] cpython: Typo. (original) (raw)
eric.smith python-checkins at python.org
Tue Mar 15 09:16:49 CET 2011
- Previous message: [Python-checkins] cpython (merge 3.2 -> default): merge 1579808ef25b
- Next message: [Python-checkins] cpython: Fix #11509. Significantly increase test coverage for fileinput.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/cpython/rev/55d3289c50f9 changeset: 68494:55d3289c50f9 user: Eric V. Smith <eric at trueblade.com> date: Tue Mar 15 04:16:42 2011 -0400 summary: Typo.
files: Lib/test/test_importhooks.py
diff --git a/Lib/test/test_importhooks.py b/Lib/test/test_importhooks.py --- a/Lib/test/test_importhooks.py +++ b/Lib/test/test_importhooks.py @@ -51,7 +51,7 @@
def __init__(self, path=test_path):
if path != test_path:
# if out class is on sys.path_hooks, we must raise
# if our class is on sys.path_hooks, we must raise # ImportError for any path item that we can't handle. raise ImportError self.path = path
-- Repository URL: http://hg.python.org/cpython
- Previous message: [Python-checkins] cpython (merge 3.2 -> default): merge 1579808ef25b
- Next message: [Python-checkins] cpython: Fix #11509. Significantly increase test coverage for fileinput.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]