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 serhiy.storchaka
Recipients brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2016-07-04.19:50:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467661822.59.0.433447161146.issue27419@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a reproducer for the second bug.

In Python 2.7 and Python 3.2 all works.

In Python 3.3+:

$ ./python import_bug_2.py 
Traceback (most recent call last):
  File "import_bug_2.py", line 6, in <module>
    import os.path
  File "import_bug_2.py", line 4, in __import__
    raise AssertionError
AssertionError
History
Date User Action Args
2016-07-04 19:50:22serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow
2016-07-04 19:50:22serhiy.storchakasetmessageid: <1467661822.59.0.433447161146.issue27419@psf.upfronthosting.co.za>
2016-07-04 19:50:22serhiy.storchakalinkissue27419 messages
2016-07-04 19:50:22serhiy.storchakacreate