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 iomintz
Recipients iomintz
Date 2019-07-08.00:54:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562547283.32.0.0310541390576.issue37521@roundup.psfhosted.org>
In-reply-to
Content
Updated main.py.

New expected output:
====================
True
<module 'testext.sub' (namespace)>
<module 'testext.sub' (namespace)>

New actual output:
==================
False
<module 'testext.sub' (namespace)>
Traceback (most recent call last):
  File "main.py", line 14, in <module>
    print(module.sub)
AttributeError: module 'testext' has no attribute 'sub'
History
Date User Action Args
2019-07-08 00:54:43iomintzsetrecipients: + iomintz
2019-07-08 00:54:43iomintzsetmessageid: <1562547283.32.0.0310541390576.issue37521@roundup.psfhosted.org>
2019-07-08 00:54:43iomintzlinkissue37521 messages
2019-07-08 00:54:43iomintzcreate