Message4317

Author dmbaggett
Recipients cgroves, dmbaggett, fwierzbicki
Date 2009-03-20.21:44:01
SpamBayes Score 4.0081936e-06
Marked as misclassified No
Message-id <1237585442.62.0.392084738835.issue1181@psf.upfronthosting.co.za>
In-reply-to
Content
This does address my need -- thanks! I was inspired by your work on this
to write my own Java PEP-302 importer, modeled after yours. I ran into
one minor issue: the loadBuiltins method of core.imp is private, so I
couldn't call it from my own importer. (What I was trying to do was
handle *all* the importing from my importer, including builtins, for
security reasons in the applet context.) Should I open an RFE issue for
this?
History
Date User Action Args
2009-03-20 21:44:02dmbaggettsetmessageid: <1237585442.62.0.392084738835.issue1181@psf.upfronthosting.co.za>
2009-03-20 21:44:02dmbaggettsetrecipients: + dmbaggett, cgroves, fwierzbicki
2009-03-20 21:44:02dmbaggettlinkissue1181 messages
2009-03-20 21:44:01dmbaggettcreate