This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients docs@python, kbk, lac, markroseman, roger.serwy, terry.reedy, willingc
Date 2018-09-07.21:42:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536356566.77.0.56676864532.issue25514@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-09-07 21:42:47terry.reedysetrecipients: + terry.reedy, kbk, roger.serwy, markroseman, docs@python, willingc, lac
2018-09-07 21:42:46terry.reedysetmessageid: <1536356566.77.0.56676864532.issue25514@psf.upfronthosting.co.za>
2018-09-07 21:42:46terry.reedylinkissue25514 messages
2018-09-07 21:42:46terry.reedycreate