[issue29578] "python.exe t2.py" doesn't work the same on Python-3.6 as Python-3.5
Paul Moore
report at bugs.python.org
Thu Feb 16 04:07:03 EST 2017
Paul Moore added the comment:
This sounds like a bug in winpython, not in Python itself. You need the location of t1.py in your _pth file. See https://docs.python.org/3.6/using/windows.html#finding-modules for details.
Python 3.5 didn't use the _pth file mechanism, which is why the behaviour is different.
----------
resolution: -> not a bug
stage: -> resolved
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29578>
_______________________________________
More information about the Python-bugs-list
mailing list