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.Entry: fix for xview and some doc clarifications #50430

Closed
gpolo mannequin opened this issue Jun 2, 2009 · 2 comments
Closed

Tkinter.Entry: fix for xview and some doc clarifications #50430

gpolo mannequin opened this issue Jun 2, 2009 · 2 comments

Comments

@gpolo
Copy link
Mannequin

gpolo mannequin commented Jun 2, 2009

BPO 6180
Files
  • Entry_fixes.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 2009-08-14.14:44:21.789>
    created_at = <Date 2009-06-02.21:21:05.666>
    labels = ['expert-tkinter']
    title = 'Tkinter.Entry: fix for xview and some doc clarifications'
    updated_at = <Date 2009-08-14.14:44:21.787>
    user = 'https://bugs.python.org/gpolo'

    bugs.python.org fields:

    activity = <Date 2009-08-14.14:44:21.787>
    actor = 'gpolo'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-08-14.14:44:21.789>
    closer = 'gpolo'
    components = ['Tkinter']
    creation = <Date 2009-06-02.21:21:05.666>
    creator = 'gpolo'
    dependencies = []
    files = ['14157']
    hgrepos = []
    issue_num = 6180
    keywords = ['patch']
    message_count = 2.0
    messages = ['88765', '91552']
    nosy_count = 1.0
    nosy_names = ['gpolo']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue6180'
    versions = ['Python 3.1', 'Python 2.7']

    @gpolo
    Copy link
    Mannequin Author

    gpolo mannequin commented Jun 2, 2009

    The xview method in Tkinter.Entry doesn't indicate that index may be
    None, which is used to query the Entry xview. I also considered that the
    docstrings in the selection_range and selection_present methods needed
    some clarifications, so the attached patch also fixes this.

    @gpolo gpolo mannequin added the topic-tkinter label Jun 2, 2009
    @gpolo
    Copy link
    Mannequin Author

    gpolo mannequin commented Aug 14, 2009

    This is now obsolete since r74448 and r74449, closing.

    @gpolo gpolo mannequin closed this as completed Aug 14, 2009
    @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
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants