Terry J. Reedy <tjre...@udel.edu> added the comment:

Module shadowing can affect either the gui process or the run process.  #34584 
was the latter: debug_obj imports rpc imports socket imports selectors imports 
math, which was shadowed.

Pyshell starts run.  If run starts OK but cannot connect to pyshell, it 
displays a 'subprocess cannot connect' message, which now refers to the new doc 
section, and exits.  If pyshell does does get a connection, it currently 
displays

    "Subprocess Startup Error",
    "IDLE's subprocess didn't make connection.  Either IDLE can't "
    "start a subprocess or personal firewall software is blocking "
    "the connection.",

This also needs revision, with a reference to the doc section.  And add 
'math.py' to shadowed modules.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue25514>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to