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 ronaldoussoren
Recipients flox, janssen, ronaldoussoren, vstinner
Date 2010-05-30.15:56:17
SpamBayes Score 7.290767e-06
Marked as misclassified No
Message-id <1275234979.51.0.00398825302341.issue8446@psf.upfronthosting.co.za>
In-reply-to
Content
The root cause of this test failure is that test_macos runs before test_py3kwarn.

That causes MacOS to be imported before test_py3k runs and that results in not raising the py3k warning by the time test_py3kwarn runs.

I propose removing MacOS from the list of modules that test_py3kwarn tests for now.
History
Date User Action Args
2010-05-30 15:56:19ronaldoussorensetrecipients: + ronaldoussoren, janssen, vstinner, flox
2010-05-30 15:56:19ronaldoussorensetmessageid: <1275234979.51.0.00398825302341.issue8446@psf.upfronthosting.co.za>
2010-05-30 15:56:17ronaldoussorenlinkissue8446 messages
2010-05-30 15:56:17ronaldoussorencreate