]> granicus.if.org Git - python/commit
bpo-25514: Improve IDLE's connection refused message (#2177)
authorterryjreedy <tjreedy@udel.edu>
Wed, 14 Jun 2017 01:32:16 +0000 (21:32 -0400)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2017 01:32:16 +0000 (21:32 -0400)
commit188aedf8bb623d41302e10503268b0852ea91134
treef952fe1c581016248917d03f6e6cda1c87fb26fc
parent8f6eeaf21cdf4aea25fdefeec814a1ce07453fe9
bpo-25514: Improve IDLE's connection refused message (#2177)

When IDLE fail to start because the socket connection fails, direct people to a new subsection of the IDLE doc listing various causes and remedies.
Doc/library/idle.rst
Lib/idlelib/help.html
Lib/idlelib/help.py
Lib/idlelib/run.py