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 tarek
Recipients barry, ezio.melotti, loewis, ned.deily, tarek, vstinner
Date 2010-03-11.04:55:03
SpamBayes Score 2.6073505e-05
Marked as misclassified No
Message-id <1268283305.71.0.755871416582.issue8107@psf.upfronthosting.co.za>
In-reply-to
Content
No that won't work because the test tries to find a module that is only in the source dir. So not existing on python installations. The simplest thing to do is to skip the test if srcdir cannot be found. 

I'll fix this asap
History
Date User Action Args
2010-03-11 04:55:06tareksetrecipients: + tarek, loewis, barry, vstinner, ned.deily, ezio.melotti
2010-03-11 04:55:05tareksetmessageid: <1268283305.71.0.755871416582.issue8107@psf.upfronthosting.co.za>
2010-03-11 04:55:04tareklinkissue8107 messages
2010-03-11 04:55:03tarekcreate