This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients belopolsky, christian.heimes, ocean-city
Date 2008-03-03.18:17:19
SpamBayes Score 0.007477564
Marked as misclassified No
Message-id <1204568240.65.0.0916664671564.issue2223@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-03-03 18:17:20ocean-citysetspambayes_score: 0.00747756 -> 0.007477564
recipients: + ocean-city, belopolsky, christian.heimes
2008-03-03 18:17:20ocean-citysetspambayes_score: 0.00747756 -> 0.00747756
messageid: <1204568240.65.0.0916664671564.issue2223@psf.upfronthosting.co.za>
2008-03-03 18:17:20ocean-citylinkissue2223 messages
2008-03-03 18:17:19ocean-citycreate