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 terry.reedy
Recipients epaine, taleinat, terry.reedy
Date 2020-06-28.01:37:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593308220.78.0.226392938586.issue41144@roundup.psfhosted.org>
In-reply-to
Content
The problem is that there is no file os/path.py.  When I try to load os.path, nothing happens, not even a "Module not found" message, as with idlelib.rrr, for instance.  If I try 'os.pathx', I get "Error: __path__ attribute not found on 'os' while trying to find 'os.pathx'".

A new test, without the patch, fails with
ImportError: loader for ntpath cannot handle os.path
I am going to assume that calling it with the module name is usually a good idea, so that adding a separate call without is a good idea.
History
Date User Action Args
2020-06-28 01:37:00terry.reedysetrecipients: + terry.reedy, taleinat, epaine
2020-06-28 01:37:00terry.reedysetmessageid: <1593308220.78.0.226392938586.issue41144@roundup.psfhosted.org>
2020-06-28 01:37:00terry.reedylinkissue41144 messages
2020-06-28 01:37:00terry.reedycreate