[issue2223] regrtest.py -R not working

Hirokazu Yamamoto report at bugs.python.org
Mon Mar 3 19:17:20 CET 2008


Hirokazu Yamamoto added the comment:

Yes, I did mistake first, but py3k fails even in correct directory.

E:\python-dev\py3k\Lib\test>py3k --version
Python 3.0a3+

E:\python-dev\py3k\Lib\test>py3k regrtest.py -R :: test_os.py
test_os
test_os skipped -- cannot import name _Abstract
1 test skipped:
    test_os
1 skip unexpected on win32:
    test_os
[43267 refs]

abc._Abstract seems to be gone at r61098, but regrtest.py still
references to it.

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


More information about the Python-bugs-list mailing list