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 ezio.melotti
Recipients Trundle, amaury.forgeotdarc, ezio.melotti, pjb
Date 2013-03-13.23:10:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363216245.28.0.162547072707.issue5017@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to zip a python module that contained a couple of functions, and after importing it as described in http://docs.python.org/2/library/zipimport.html#examples, I was able to use the inspect module to inspect the module and its functions without encountering any problem.
I'm therefore going to close this as out of date.
History
Date User Action Args
2013-03-13 23:10:45ezio.melottisetrecipients: + ezio.melotti, amaury.forgeotdarc, Trundle, pjb
2013-03-13 23:10:45ezio.melottisetmessageid: <1363216245.28.0.162547072707.issue5017@psf.upfronthosting.co.za>
2013-03-13 23:10:45ezio.melottilinkissue5017 messages
2013-03-13 23:10:45ezio.melotticreate