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 alexis, eric.araujo, janssen, ned.deily, pitrou, python-dev, vstinner
Date 2011-09-15.22:16:42
SpamBayes Score 3.4517566e-06
Marked as misclassified No
Message-id <1316125003.16.0.158500485821.issue12765@psf.upfronthosting.co.za>
In-reply-to
Content
The database test failures were due to the fact that, on OS X, the tempdir was created in /var which on OS X is actually a symlink to /private/var so the tests for path inclusion which used startswith were failing.  I added a call to os.path.realpath to normalize fake_dists_path to the actual full path. (/etc and /tmp on OS X are also symlinked to /private, BTW).
History
Date User Action Args
2011-09-15 22:16:43ned.deilysetrecipients: + ned.deily, janssen, pitrou, vstinner, eric.araujo, alexis, python-dev
2011-09-15 22:16:43ned.deilysetmessageid: <1316125003.16.0.158500485821.issue12765@psf.upfronthosting.co.za>
2011-09-15 22:16:42ned.deilylinkissue12765 messages
2011-09-15 22:16:42ned.deilycreate