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

Terry J. Reedy report at bugs.python.org
Mon Jun 19 14:31:49 EDT 2017


Terry J. Reedy added the comment:

#25488 and #26143 address related issues of sys.path as seen by IDLE and user code.  #26143 focuses on what IDLE sees, and user modules shadowing IDLE modules, #25488 focuses on what user code sees, and the presence of idlelib in sys.path making buggy code work.  It includes startup information relevant to #26143 also.  Both should be solved by patching IDLE in same place.

----------

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


More information about the Python-bugs-list mailing list