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 Rob Bairos
Recipients Rob Bairos, brett.cannon, eric.araujo, eric.smith, ncoghlan
Date 2011-11-04.17:47:11
SpamBayes Score 0.00043231313
Marked as misclassified No
Message-id <1320428832.69.0.969943769201.issue13314@psf.upfronthosting.co.za>
In-reply-to
Content
Yah, thinking about this further, the real error is that sys.meta_path allows processing of names with #,?*  etc.
I can see why this would cause problems, as python names must only be _ and alphanumeric characters.
I'll re-implement this. 
Thanks.
History
Date User Action Args
2011-11-04 17:47:12Rob Bairossetrecipients: + Rob Bairos, brett.cannon, ncoghlan, eric.smith, eric.araujo
2011-11-04 17:47:12Rob Bairossetmessageid: <1320428832.69.0.969943769201.issue13314@psf.upfronthosting.co.za>
2011-11-04 17:47:12Rob Bairoslinkissue13314 messages
2011-11-04 17:47:11Rob Bairoscreate