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 2017-06-14.00:37:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497400676.73.0.0103334844957.issue25514@psf.upfronthosting.co.za>
In-reply-to
Content
I tested (and tweaked) the visible box with this:
from idlelib.run import show_socket_error
show_socket_error(OSError(61, 'connection refused'), ('port', 8888))
URL was tested with cut-and-paste from run.py.

This should be turned into an htest (human view test).  I did not do so now because I wanted get this into 3.6.2, and there is no indication of when the grace-period delay will end.

Message boxes do not allow copy to clipboard.  A nice refinement would be a [View URL] button.  I believe the code to do so is somewhere in IDLE.  Or the F1 Python Docs code, which opens the Windows help version, should be adjustable to open to a specific topic.
History
Date User Action Args
2017-06-14 00:37:56terry.reedysetrecipients: + terry.reedy, kbk, roger.serwy, markroseman, docs@python, willingc, lac
2017-06-14 00:37:56terry.reedysetmessageid: <1497400676.73.0.0103334844957.issue25514@psf.upfronthosting.co.za>
2017-06-14 00:37:56terry.reedylinkissue25514 messages
2017-06-14 00:37:55terry.reedycreate