Message291384
| Author | Victor.Varvariuc |
|---|---|
| Recipients | THRlWiTi, Victor.Varvariuc, barry, brett.cannon, eric.snow, gvanrossum, ncoghlan |
| Date | 2017-04-09.16:36:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1491755776.59.0.310109297434.issue30024@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
# mytest/mod2.py: import sys import mytest.mod1 assert 'mytest.mod1' in sys.modules import mytest.mod1 as mod # this fails, though the prev. lines work perfectly |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-04-09 16:36:16 | Victor.Varvariuc | set | recipients: + Victor.Varvariuc, gvanrossum, barry, brett.cannon, ncoghlan, THRlWiTi, eric.snow |
| 2017-04-09 16:36:16 | Victor.Varvariuc | set | messageid: <1491755776.59.0.310109297434.issue30024@psf.upfronthosting.co.za> |
| 2017-04-09 16:36:16 | Victor.Varvariuc | link | issue30024 messages |
| 2017-04-09 16:36:16 | Victor.Varvariuc | create | |