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 ncoghlan
Recipients aivazis, brett.cannon, eric.araujo, loewis, ncoghlan
Date 2010-11-19.15:27:13
SpamBayes Score 0.0014046083
Marked as misclassified No
Message-id <1290180435.4.0.777999211838.issue4476@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, any time you shadow a standard library module you run the risk of breaking things. runpy (and its dependencies) are just like any other module in that respect.
History
Date User Action Args
2010-11-19 15:27:15ncoghlansetrecipients: + ncoghlan, loewis, brett.cannon, aivazis, eric.araujo
2010-11-19 15:27:15ncoghlansetmessageid: <1290180435.4.0.777999211838.issue4476@psf.upfronthosting.co.za>
2010-11-19 15:27:13ncoghlanlinkissue4476 messages
2010-11-19 15:27:13ncoghlancreate