Message372491
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. |
|
Date |
User |
Action |
Args |
2020-06-28 01:37:00 | terry.reedy | set | recipients:
+ terry.reedy, taleinat, epaine |
2020-06-28 01:37:00 | terry.reedy | set | messageid: <1593308220.78.0.226392938586.issue41144@roundup.psfhosted.org> |
2020-06-28 01:37:00 | terry.reedy | link | issue41144 messages |
2020-06-28 01:37:00 | terry.reedy | create | |
|