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 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:16Victor.Varvariucsetrecipients: + Victor.Varvariuc, gvanrossum, barry, brett.cannon, ncoghlan, THRlWiTi, eric.snow
2017-04-09 16:36:16Victor.Varvariucsetmessageid: <1491755776.59.0.310109297434.issue30024@psf.upfronthosting.co.za>
2017-04-09 16:36:16Victor.Varvariuclinkissue30024 messages
2017-04-09 16:36:16Victor.Varvariuccreate