[issue26143] Ensure that IDLE's stdlib imports are from the stdlib

Terry J. Reedy report at bugs.python.org
Mon Jan 18 00:22:45 EST 2016


Terry J. Reedy added the comment:

Looking at https://stackoverflow.com/questions/15888186/cant-run-python-via-idle-from-explorer-2013-idles-subprocess-didnt-make-c and https://stackoverflow.com/questions/874757/python-idle-subprocess-error it seems that people have put things like tkinter.py, random.py, and subprocess.py in the python directory, along side of python.exe.  So the IDLE process definitely also needs a patch.

----------
assignee:  -> terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26143>
_______________________________________


More information about the Python-bugs-list mailing list