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

[tkinter] "Coupling Widget Variables" example missing code #85597

Closed
brettcannon opened this issue Jul 28, 2020 · 5 comments
Closed

[tkinter] "Coupling Widget Variables" example missing code #85597

brettcannon opened this issue Jul 28, 2020 · 5 comments
Labels
3.8 only security fixes 3.9 only security fixes 3.10 only security fixes docs Documentation in the Doc dir easy

Comments

@brettcannon
Copy link
Member

BPO 41425
Nosy @brettcannon, @terryjreedy, @miss-islington
PRs
  • bpo-41425: Make tkinter doc example runnable #21706
  • [3.9] bpo-41425: Make tkinter doc example runnable (GH-21706) #21710
  • [3.8] bpo-41425: Make tkinter doc example runnable (GH-21706) #21711
  • 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 = None
    closed_at = <Date 2020-08-03.04:26:17.747>
    created_at = <Date 2020-07-28.19:08:10.348>
    labels = ['easy', '3.8', '3.9', '3.10', 'docs']
    title = '[tkinter] "Coupling Widget Variables" example missing code'
    updated_at = <Date 2020-08-03.04:26:17.746>
    user = 'https://github.com/brettcannon'

    bugs.python.org fields:

    activity = <Date 2020-08-03.04:26:17.746>
    actor = 'terry.reedy'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2020-08-03.04:26:17.747>
    closer = 'terry.reedy'
    components = ['Documentation']
    creation = <Date 2020-07-28.19:08:10.348>
    creator = 'brett.cannon'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 41425
    keywords = ['easy']
    message_count = 5.0
    messages = ['374522', '374688', '374712', '374717', '374718']
    nosy_count = 5.0
    nosy_names = ['brett.cannon', 'terry.reedy', 'docs@python', 'python-dev', 'miss-islington']
    pr_nums = ['21706', '21710', '21711']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue41425'
    versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']

    @brettcannon
    Copy link
    Member Author

    The example for https://docs.python.org/3.8/library/tkinter.html#coupling-widget-variables is missing:

    1. Imports
    2. Code to launch the example

    @brettcannon brettcannon added 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes labels Jul 28, 2020
    @brettcannon brettcannon added 3.9 only security fixes docs Documentation in the Doc dir easy 3.10 only security fixes labels Jul 28, 2020
    @brettcannon brettcannon added docs Documentation in the Doc dir easy labels Jul 28, 2020
    @terryjreedy
    Copy link
    Member

    Look at the next subsection for example with 1. and 2.

    @terryjreedy
    Copy link
    Member

    New changeset c36dbac by Ankit Chandawala in branch 'master':
    bpo-41425: Make tkinter doc example runnable (GH-21706)
    c36dbac

    @terryjreedy
    Copy link
    Member

    New changeset 4bc8445 by Miss Islington (bot) in branch '3.8':
    bpo-41425: Make tkinter doc example runnable (GH-21706)
    4bc8445

    @terryjreedy
    Copy link
    Member

    New changeset 3c4fc86 by Miss Islington (bot) in branch '3.9':
    bpo-41425: Make tkinter doc example runnable (GH-21706)
    3c4fc86

    @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.8 only security fixes 3.9 only security fixes 3.10 only security fixes docs Documentation in the Doc dir easy
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants