[issue2223] regrtest.py -R not working

Hirokazu Yamamoto report at bugs.python.org
Mon Mar 3 17:27:09 CET 2008


New submission from Hirokazu Yamamoto:

Sorry, I don't have patch, but regrtest.py -R not working now.

E:\python-dev\trunk\Lib\test>py25 regrtest.py -R ::
test_grammar
test_grammar skipped -- No module named _abcoll

E:\python-dev\trunk\Lib\test>py regrtest.py -R ::
test_grammar
test_grammar skipped -- cannot import name _Abstract

E:\python-dev\trunk\Lib\test>py3k regrtest.py -R ::
  File "regrtest.py", line 174
    print __doc__
                ^
SyntaxError: invalid syntax

----------
components: Tests
messages: 63215
nosy: ocean-city
severity: normal
status: open
title: regrtest.py -R not working
type: behavior
versions: Python 2.5, Python 2.6, Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2223>
__________________________________


More information about the Python-bugs-list mailing list