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 brett.cannon
Recipients Ray Donnelly, barry, brett.cannon, eryksun, lemburg, paul.moore, steve.dower, tim.golden, xoviat, zach.ware
Date 2018-01-15.19:34:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516044885.74.0.467229070634.issue32516@psf.upfronthosting.co.za>
In-reply-to
Content
To answer Steve's question, what you would want is a finder which recognized the directory of the package so as to return a special loader just for that package (basically __path__ is sent through the normal import mechanism and so you would want something on sys.path_hooks which knew how to get an appropriate finder which would return the loader you want).
History
Date User Action Args
2018-01-15 19:34:45brett.cannonsetrecipients: + brett.cannon, lemburg, barry, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, xoviat, Ray Donnelly
2018-01-15 19:34:45brett.cannonsetmessageid: <1516044885.74.0.467229070634.issue32516@psf.upfronthosting.co.za>
2018-01-15 19:34:45brett.cannonlinkissue32516 messages
2018-01-15 19:34:45brett.cannoncreate