New submission from Terry J. Reedy <tjre...@udel.edu>:

I am opening this for a PR submitted without an issue.  The PR (not yet 
reviewed) makes the online IDLE doc link clickable.

Since a local copy of the online html page is also available on the Help menu, 
that link is almost unneeded.  But when using the online version, one can 
navigate to other parts of the doc.

There is also a mailto: link.  For me, on Windows, 
wb.open("mailto:m...@mail.addr";) works and returns True (not documented).  Is 
this system dependent?  I have previously seen mention that 'file:' links only 
work on some systems.  Maybe this has changed.  I would like to know more 
before addding this.

I am a bit worried about making spam easier and moderation of non-subscriber 
posts (by me) harder.  I would only want a link on a new Report Bugs page that 
explained how to search bpo, with a link to its search page with component:IDLE 
selected, and explanation of what to include in a bug report.
Before activating this, I would like to know what happens on a system where it 
does not work.  (The doc

----------
assignee: terry.reedy
components: IDLE
messages: 412188
nosy: terry.reedy
priority: normal
severity: normal
stage: patch review
status: open
title: Make About IDLE links clickable
type: enhancement
versions: Python 3.11

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

Reply via email to