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 ncoghlan
Recipients Trundle, berker.peksag, daniel.urban, eric.araujo, eric.snow, ezio.melotti, meador.inge, ncoghlan, python-dev, terry.reedy, vinay.sajip
Date 2013-02-25.14:01:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361800914.98.0.672250091296.issue12915@psf.upfronthosting.co.za>
In-reply-to
Content
Something to consider with these functions: it is probably desirable to also support the popular alternate notation which uses an explicit ":" to separate the module name from the reference within the module.

For example, setuptools entry points and nose test references both use that format.

The alternate notation should be fairly easy to both detect and handle through "name.partition(':')"
History
Date User Action Args
2013-02-25 14:01:55ncoghlansetrecipients: + ncoghlan, terry.reedy, vinay.sajip, ezio.melotti, eric.araujo, Trundle, meador.inge, daniel.urban, python-dev, eric.snow, berker.peksag
2013-02-25 14:01:54ncoghlansetmessageid: <1361800914.98.0.672250091296.issue12915@psf.upfronthosting.co.za>
2013-02-25 14:01:54ncoghlanlinkissue12915 messages
2013-02-25 14:01:54ncoghlancreate