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 serhiy.storchaka
Recipients brett.cannon, eric.snow, lekma, ncoghlan, petr.viktorin, serhiy.storchaka
Date 2018-05-16.11:00:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526468443.84.0.682650639539.issue32414@psf.upfronthosting.co.za>
In-reply-to
Content
Using ":" makes the syntax irregular. "package.module:attribute", but "module.attribute". And "package.module.attribute" works too if "package.module" already is imported.

It is possible to support importing submodules without using ":".
History
Date User Action Args
2018-05-16 11:00:43serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, petr.viktorin, lekma, eric.snow
2018-05-16 11:00:43serhiy.storchakasetmessageid: <1526468443.84.0.682650639539.issue32414@psf.upfronthosting.co.za>
2018-05-16 11:00:43serhiy.storchakalinkissue32414 messages
2018-05-16 11:00:43serhiy.storchakacreate