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 dsamersoff
Recipients dsamersoff, georg.brandl, terry.reedy
Date 2010-07-09.07:00:30
SpamBayes Score 0.00058570155
Marked as misclassified No
Message-id <1278658832.69.0.450315950443.issue5950@psf.upfronthosting.co.za>
In-reply-to
Content
I'm talking about internal zimport function (see attached testcase): 

i.e.

import sys;
sys.path.insert(0,'test.zip');

import test
test.testme()

doesn't work if test.zip contains comment.
History
Date User Action Args
2010-07-09 07:00:32dsamersoffsetrecipients: + dsamersoff, georg.brandl, terry.reedy
2010-07-09 07:00:32dsamersoffsetmessageid: <1278658832.69.0.450315950443.issue5950@psf.upfronthosting.co.za>
2010-07-09 07:00:31dsamersofflinkissue5950 messages
2010-07-09 07:00:30dsamersoffcreate