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 vinay.sajip
Recipients christian.heimes, finitemachine, ncoghlan, vinay.sajip
Date 2014-03-20.12:22:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395318127.24.0.898015201822.issue20986@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like the venv checking machinery in site.py was changed in 3.4 to import re conditionally if in a venv (in 3.3, it was an unconditional import). This doesn't seem wrong, so ISTM the test needs changing (it already contains exceptions for particular cases, e.g. OS X, because _osx_support uses re - this seems to be an analogous case).
History
Date User Action Args
2014-03-20 12:22:07vinay.sajipsetrecipients: + vinay.sajip, ncoghlan, christian.heimes, finitemachine
2014-03-20 12:22:07vinay.sajipsetmessageid: <1395318127.24.0.898015201822.issue20986@psf.upfronthosting.co.za>
2014-03-20 12:22:07vinay.sajiplinkissue20986 messages
2014-03-20 12:22:07vinay.sajipcreate