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

turtle.py - setup() doesn't work correctly #48219

Closed
gregorlingl mannequin opened this issue Sep 25, 2008 · 2 comments
Closed

turtle.py - setup() doesn't work correctly #48219

gregorlingl mannequin opened this issue Sep 25, 2008 · 2 comments
Labels
topic-tkinter type-bug An unexpected behavior, bug, or error

Comments

@gregorlingl
Copy link
Mannequin

gregorlingl mannequin commented Sep 25, 2008

BPO 3969
Nosy @birkenfeld
Files
  • 2.5turtle_setup_patch.diff
  • 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 2008-09-26.07:15:13.669>
    created_at = <Date 2008-09-25.23:42:36.903>
    labels = ['type-bug', 'expert-tkinter']
    title = "turtle.py - setup() doesn't work correctly"
    updated_at = <Date 2008-09-26.07:15:13.651>
    user = 'https://bugs.python.org/gregorlingl'

    bugs.python.org fields:

    activity = <Date 2008-09-26.07:15:13.651>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-09-26.07:15:13.669>
    closer = 'georg.brandl'
    components = ['Tkinter']
    creation = <Date 2008-09-25.23:42:36.903>
    creator = 'gregorlingl'
    dependencies = []
    files = ['11605']
    hgrepos = []
    issue_num = 3969
    keywords = ['patch']
    message_count = 2.0
    messages = ['73826', '73836']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'gregorlingl']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue3969'
    versions = ['Python 2.5']

    @gregorlingl
    Copy link
    Mannequin Author

    gregorlingl mannequin commented Sep 25, 2008

    setup() doesn't work correctly: startx argument is not recognized
    This is due to a typo in the setup() function

    A patch is attached.

    Regards, Gregor

    @gregorlingl gregorlingl mannequin added topic-tkinter type-bug An unexpected behavior, bug, or error labels Sep 25, 2008
    @birkenfeld
    Copy link
    Member

    Committed as r66626 (2.5 branch only).

    @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
    topic-tkinter type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant