Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make About IDLE links clickable #90749

Closed
terryjreedy opened this issue Jan 31, 2022 · 5 comments
Closed

Make About IDLE links clickable #90749

terryjreedy opened this issue Jan 31, 2022 · 5 comments
Assignees
Labels
3.9 only security fixes 3.10 only security fixes 3.11 only security fixes topic-IDLE type-feature A feature request or enhancement

Comments

@terryjreedy
Copy link
Member

BPO 46591
Nosy @terryjreedy, @wesinator, @miss-islington
PRs
  • bpo-46591: Make About IDLE doc link label clickable #30251
  • [3.9] bpo-46591: Make About IDLE doc link label clickable (GH-30251) #31067
  • [3.10] bpo-46591: Make About IDLE doc link label clickable (GH-30251) #31068
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/terryjreedy'
    closed_at = <Date 2022-02-02.08:40:11.940>
    created_at = <Date 2022-01-31.01:15:53.585>
    labels = ['expert-IDLE', 'type-feature', '3.9', '3.10', '3.11']
    title = 'Make About IDLE links clickable'
    updated_at = <Date 2022-02-02.08:40:11.936>
    user = 'https://github.com/terryjreedy'

    bugs.python.org fields:

    activity = <Date 2022-02-02.08:40:11.936>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2022-02-02.08:40:11.940>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2022-01-31.01:15:53.585>
    creator = 'terry.reedy'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 46591
    keywords = ['patch']
    message_count = 5.0
    messages = ['412188', '412322', '412324', '412326', '412345']
    nosy_count = 3.0
    nosy_names = ['terry.reedy', 'wesinator', 'miss-islington']
    pr_nums = ['30251', '31067', '31068']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue46591'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    @terryjreedy
    Copy link
    Member Author

    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:me@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

    @terryjreedy terryjreedy added the 3.11 only security fixes label Jan 31, 2022
    @terryjreedy terryjreedy self-assigned this Jan 31, 2022
    @terryjreedy terryjreedy added topic-IDLE type-feature A feature request or enhancement 3.11 only security fixes labels Jan 31, 2022
    @terryjreedy terryjreedy self-assigned this Jan 31, 2022
    @terryjreedy terryjreedy added topic-IDLE type-feature A feature request or enhancement labels Jan 31, 2022
    @terryjreedy
    Copy link
    Member Author

    New changeset 53c7808 by Wes in branch 'main':
    bpo-46591: Make About IDLE doc link label clickable (GH-30251)
    53c7808

    @miss-islington
    Copy link
    Contributor

    New changeset a1869e3 by Miss Islington (bot) in branch '3.9':
    bpo-46591: Make About IDLE doc link label clickable (GH-30251)
    a1869e3

    @miss-islington
    Copy link
    Contributor

    New changeset 7dee93c by Miss Islington (bot) in branch '3.10':
    bpo-46591: Make About IDLE doc link label clickable (GH-30251)
    7dee93c

    @terryjreedy
    Copy link
    Member Author

    Thank you for the idea and patch.

    @terryjreedy terryjreedy added 3.9 only security fixes 3.10 only security fixes labels Feb 2, 2022
    @terryjreedy terryjreedy added 3.9 only security fixes 3.10 only security fixes labels Feb 2, 2022
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes 3.10 only security fixes 3.11 only security fixes topic-IDLE type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants