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 eric.snow
Recipients brett.cannon, eric.smith, eric.snow
Date 2013-11-01.06:05:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383285932.19.0.495289288555.issue19469@psf.upfronthosting.co.za>
In-reply-to
Content
In changeset 88c3a1a3c2ff you'll find in test_api.py where I threw together a __path__ to compare against the one I was getting (which had 2 identical entries) on my Ubuntu 12.04 workstation.  The XP buildbot (http://buildbot.python.org/all/builders/x86%20XP-4%203.x) took issue with that (but non-windows was fine).

I was able to work around the difference (78d36d54391c), but I find the extra namespace portions surprising.  I'd like to get to the bottom of it.  I expect it has to do with how path entries are done on Windows, or perhaps with the way support.temp_cwd() iteracts with sys.path during testing.
History
Date User Action Args
2013-11-01 06:05:32eric.snowsetrecipients: + eric.snow, brett.cannon, eric.smith
2013-11-01 06:05:32eric.snowsetmessageid: <1383285932.19.0.495289288555.issue19469@psf.upfronthosting.co.za>
2013-11-01 06:05:32eric.snowlinkissue19469 messages
2013-11-01 06:05:31eric.snowcreate