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 iritkatriel
Recipients amaury.forgeotdarc, iritkatriel, sbt, techtonik
Date 2021-02-15.20:17:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613420242.91.0.599795316926.issue16718@roundup.psfhosted.org>
In-reply-to
Content
Since this was fixed since 3.3, is there a reason why this issue is still open?


I don't get the error anymore:

C:\Users\User\src\cpython-dev>python.bat wow.py
Running Release|x64 interpreter...
Traceback (most recent call last):
  File "C:\Users\User\src\cpython-dev\wow.py", line 12, in <module>
    import fail
ModuleNotFoundError: No module named 'fail'

C:\Users\User\src\cpython-dev>python.bat wy.py
Running Release|x64 interpreter...
Traceback (most recent call last):
  File "C:\Users\User\src\cpython-dev\wy.py", line 1, in <module>
    import wow
  File "C:\Users\User\src\cpython-dev\wow.py", line 12, in <module>
    import fail
ModuleNotFoundError: No module named 'fail'
History
Date User Action Args
2021-02-15 20:17:22iritkatrielsetrecipients: + iritkatriel, amaury.forgeotdarc, techtonik, sbt
2021-02-15 20:17:22iritkatrielsetmessageid: <1613420242.91.0.599795316926.issue16718@roundup.psfhosted.org>
2021-02-15 20:17:22iritkatriellinkissue16718 messages
2021-02-15 20:17:22iritkatrielcreate