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 chris.jerdonek
Recipients Arfrever, Marc.Abramowitz, Ronan.Lamy, brett.cannon, chris.jerdonek, eric.smith, eric.snow, pnasrat, python-dev
Date 2012-07-07.18:00:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341684048.14.0.509906209059.issue14982@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks a lot, Eric.  I'm going to create a new issue to clarify the note a bit, if that's okay.  At minimum, I feel like enough information should be given to let one run the examples given.

By the way, your comment, "While you can use pkgutil.ImpImporter as a path hook, instances can also be used as metapath hooks" seems to contradict the pkgutil documentation, which says, "Note that ImpImporter does not currently support being used by placement on sys.meta_path."  (According to PEP 302, "To register a meta hook, simply add the finder object to sys.meta_path.")
History
Date User Action Args
2012-07-07 18:00:48chris.jerdoneksetrecipients: + chris.jerdonek, brett.cannon, eric.smith, Arfrever, pnasrat, python-dev, eric.snow, Marc.Abramowitz, Ronan.Lamy
2012-07-07 18:00:48chris.jerdoneksetmessageid: <1341684048.14.0.509906209059.issue14982@psf.upfronthosting.co.za>
2012-07-07 18:00:47chris.jerdoneklinkissue14982 messages
2012-07-07 18:00:47chris.jerdonekcreate