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 ned.deily
Recipients ned.deily, ronaldoussoren, vinay.sajip
Date 2012-07-13.18:50:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342205447.72.0.626386228444.issue15307@psf.upfronthosting.co.za>
In-reply-to
Content
That's correct, the failing test was being run from a venv.  I see now that what had changed is that the fixes for Issue15241 recently added the test_prefixes test case to test_venv and that fails when the test is run from within a venv.  Without that new test case, test_venv didn't fail at 3.3.0b1 when run from a venv.  Whether it should is another matter and is out of scope for this issue.
History
Date User Action Args
2012-07-13 18:50:47ned.deilysetrecipients: + ned.deily, vinay.sajip, ronaldoussoren
2012-07-13 18:50:47ned.deilysetmessageid: <1342205447.72.0.626386228444.issue15307@psf.upfronthosting.co.za>
2012-07-13 18:50:47ned.deilylinkissue15307 messages
2012-07-13 18:50:47ned.deilycreate