[issue46591] Make About IDLE links clickable

2022-02-02 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

Thank you for the idea and patch.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.10, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46591] Make About IDLE links clickable

2022-02-01 Thread miss-islington


miss-islington  added the comment:


New changeset 7dee93c2d223a080f410f6901987e9d363743471 by Miss Islington (bot) 
in branch '3.10':
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
https://github.com/python/cpython/commit/7dee93c2d223a080f410f6901987e9d363743471


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46591] Make About IDLE links clickable

2022-02-01 Thread miss-islington


miss-islington  added the comment:


New changeset a1869e385b17bfdfe8d9850047f5b2dbb88e58fa by Miss Islington (bot) 
in branch '3.9':
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
https://github.com/python/cpython/commit/a1869e385b17bfdfe8d9850047f5b2dbb88e58fa


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46591] Make About IDLE links clickable

2022-02-01 Thread miss-islington


Change by miss-islington :


--
pull_requests: +29253
pull_request: https://github.com/python/cpython/pull/31068

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46591] Make About IDLE links clickable

2022-02-01 Thread miss-islington


Change by miss-islington :


--
nosy: +miss-islington
nosy_count: 2.0 -> 3.0
pull_requests: +29252
pull_request: https://github.com/python/cpython/pull/31067

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46591] Make About IDLE links clickable

2022-02-01 Thread Terry J. Reedy


Terry J. Reedy  added the comment:


New changeset 53c78080573b3bae4c4e782b9f47dce48aac9688 by Wes in branch 'main':
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
https://github.com/python/cpython/commit/53c78080573b3bae4c4e782b9f47dce48aac9688


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46591] Make About IDLE links clickable

2022-01-30 Thread wesinator


Change by wesinator <13hu...@gmail.com>:


--
keywords: +patch
nosy: +wesinator
nosy_count: 1.0 -> 2.0
pull_requests: +29213
pull_request: https://github.com/python/cpython/pull/30251

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue46591] Make About IDLE links clickable

2022-01-30 Thread Terry J. Reedy


New submission from Terry J. Reedy :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com