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 Arfrever, amaury.forgeotdarc, brett.cannon, chris.jerdonek, eric.snow, georg.brandl, ncoghlan, pitrou, python-dev
Date 2012-07-31.06:09:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343714941.29.0.0746946254997.issue15425@psf.upfronthosting.co.za>
In-reply-to
Content
For instance, http://buildbot.python.org/all/builders/x86%20XP-4%203.x/builds/7214/steps/test/logs/stdio

4 cases of "ImportError: No module named '_parent_foo'".  Failing on "import _parent_foo.bar" and "from _parent_foo import bar".

Unfortunately I don't have an XP system set up on which to debug this.
History
Date User Action Args
2012-07-31 06:09:01eric.snowsetrecipients: + eric.snow, brett.cannon, georg.brandl, amaury.forgeotdarc, ncoghlan, pitrou, Arfrever, chris.jerdonek, python-dev
2012-07-31 06:09:01eric.snowsetmessageid: <1343714941.29.0.0746946254997.issue15425@psf.upfronthosting.co.za>
2012-07-31 06:09:00eric.snowlinkissue15425 messages
2012-07-31 06:09:00eric.snowcreate