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 brett.cannon, eric.snow, lekma, ncoghlan, petr.viktorin, serhiy.storchaka
Date 2018-05-03.13:33:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525354427.32.0.682650639539.issue32414@psf.upfronthosting.co.za>
In-reply-to
Content
"package.module:attribute" is also the syntax used in packaging tools to unambiguously separate the name of the module to be imported from the attribute chain to be looked up within that module: https://packaging.python.org/specifications/entry-points/

So +1 from me for extending it to this use case as well.
History
Date User Action Args
2018-05-03 13:33:47ncoghlansetrecipients: + ncoghlan, brett.cannon, petr.viktorin, lekma, eric.snow, serhiy.storchaka
2018-05-03 13:33:47ncoghlansetmessageid: <1525354427.32.0.682650639539.issue32414@psf.upfronthosting.co.za>
2018-05-03 13:33:47ncoghlanlinkissue32414 messages
2018-05-03 13:33:47ncoghlancreate