Message316794
| 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:43 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, ncoghlan, petr.viktorin, lekma, eric.snow |
| 2018-05-16 11:00:43 | serhiy.storchaka | set | messageid: <1526468443.84.0.682650639539.issue32414@psf.upfronthosting.co.za> |
| 2018-05-16 11:00:43 | serhiy.storchaka | link | issue32414 messages |
| 2018-05-16 11:00:43 | serhiy.storchaka | create | |