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 ocean-city
Date 2008-03-03.16:27:07
SpamBayes Score 0.020982765
Marked as misclassified No
Message-id <1204561629.27.0.900195264283.issue2223@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-03-03 16:27:09ocean-citysetspambayes_score: 0.0209828 -> 0.020982765
recipients: + ocean-city
2008-03-03 16:27:09ocean-citysetspambayes_score: 0.0209828 -> 0.0209828
messageid: <1204561629.27.0.900195264283.issue2223@psf.upfronthosting.co.za>
2008-03-03 16:27:08ocean-citylinkissue2223 messages
2008-03-03 16:27:07ocean-citycreate