Message165618
| Author | ncoghlan |
|---|---|
| Recipients | Arfrever, brett.cannon, chris.jerdonek, docs@python, eric.araujo, eric.smith, gennad, ncoghlan |
| Date | 2012-07-16.14:35:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1342449318.01.0.316117733042.issue14787@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I just realised this is going to behave strangely with namespace packages as well: the __import__ step will pick up *every* portion of the namespace package, not just those defined in the identified subset of sys.path. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-07-16 14:35:18 | ncoghlan | set | recipients: + ncoghlan, brett.cannon, eric.smith, eric.araujo, Arfrever, chris.jerdonek, docs@python, gennad |
| 2012-07-16 14:35:18 | ncoghlan | set | messageid: <1342449318.01.0.316117733042.issue14787@psf.upfronthosting.co.za> |
| 2012-07-16 14:35:17 | ncoghlan | link | issue14787 messages |
| 2012-07-16 14:35:17 | ncoghlan | create | |