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 amaury.forgeotdarc, brett.cannon, brian.curtin, eric.snow, georg.brandl
Date 2012-07-23.14:47:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343054855.64.0.636131667946.issue14578@psf.upfronthosting.co.za>
In-reply-to
Content
I just wanted to say that Amaury's proof-of-concept looks right (although what is returned by the registry isn't a "fullname" but a file path so I would at least change that variable name and you wouldn't append this mat path finder but instead insert it before PathFinder).

And to answer the question of what to pass in, technically it's the tail part of the name for full backwards-compatibility, but that's stupid as it creates an ambiguity e.g. a package named foo vs. a submodule named pkg.foo, so I say use the full name of the module when looking something up in the registry.
History
Date User Action Args
2012-07-23 14:47:35brett.cannonsetrecipients: + brett.cannon, georg.brandl, amaury.forgeotdarc, brian.curtin, eric.snow
2012-07-23 14:47:35brett.cannonsetmessageid: <1343054855.64.0.636131667946.issue14578@psf.upfronthosting.co.za>
2012-07-23 14:47:35brett.cannonlinkissue14578 messages
2012-07-23 14:47:34brett.cannoncreate