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

IDLE - make ScriptBinding event handlers return 'break' #46326

Closed
taleinat opened this issue Feb 8, 2008 · 2 comments
Closed

IDLE - make ScriptBinding event handlers return 'break' #46326

taleinat opened this issue Feb 8, 2008 · 2 comments
Assignees
Labels
topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@taleinat
Copy link
Contributor

taleinat commented Feb 8, 2008

BPO 2050
Nosy @kbkaiser, @taleinat
Files
  • IDLE_ScriptBinding.080208.patch: initial patch
  • 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/kbkaiser'
    closed_at = <Date 2008-02-15.21:57:13.797>
    created_at = <Date 2008-02-08.12:45:45.834>
    labels = ['expert-IDLE', 'type-bug']
    title = "IDLE - make ScriptBinding event handlers return 'break'"
    updated_at = <Date 2008-02-15.21:57:13.795>
    user = 'https://github.com/taleinat'

    bugs.python.org fields:

    activity = <Date 2008-02-15.21:57:13.795>
    actor = 'kbk'
    assignee = 'kbk'
    closed = True
    closed_date = <Date 2008-02-15.21:57:13.797>
    closer = 'kbk'
    components = ['IDLE']
    creation = <Date 2008-02-08.12:45:45.834>
    creator = 'taleinat'
    dependencies = []
    files = ['9391']
    hgrepos = []
    issue_num = 2050
    keywords = ['patch']
    message_count = 2.0
    messages = ['62196', '62443']
    nosy_count = 2.0
    nosy_names = ['kbk', 'taleinat']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue2050'
    versions = ['Python 2.6', 'Python 2.5']

    @taleinat
    Copy link
    Contributor Author

    taleinat commented Feb 8, 2008

    Event handlers in ScriptBinding.py were not returning 'break', although
    they should have been.

    @taleinat taleinat added topic-IDLE type-bug An unexpected behavior, bug, or error labels Feb 8, 2008
    @kbkaiser
    Copy link
    Contributor

    r60843. Thanks for the patch!

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

    No branches or pull requests

    2 participants