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

Implement PEPs 3109, 3134 #45407

Closed
collinwinter mannequin opened this issue Aug 30, 2007 · 3 comments
Closed

Implement PEPs 3109, 3134 #45407

collinwinter mannequin opened this issue Aug 30, 2007 · 3 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@collinwinter
Copy link
Mannequin

collinwinter mannequin commented Aug 30, 2007

BPO 1066
Nosy @gvanrossum
Files
  • raise.patch
  • raise_stdlib.patch
  • raise_tests.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 = None
    closed_at = <Date 2007-08-31.00:21:02.075>
    created_at = <Date 2007-08-30.23:01:36.457>
    labels = ['interpreter-core', 'tests', 'type-bug', 'library']
    title = 'Implement PEPs 3109, 3134'
    updated_at = <Date 2008-01-06.22:29:45.632>
    user = 'https://bugs.python.org/collinwinter'

    bugs.python.org fields:

    activity = <Date 2008-01-06.22:29:45.632>
    actor = 'admin'
    assignee = 'collinwinter'
    closed = True
    closed_date = <Date 2007-08-31.00:21:02.075>
    closer = 'collinwinter'
    components = ['Interpreter Core', 'Library (Lib)', 'Tests']
    creation = <Date 2007-08-30.23:01:36.457>
    creator = 'collinwinter'
    dependencies = []
    files = ['8362', '8363', '8364']
    hgrepos = []
    issue_num = 1066
    keywords = ['patch']
    message_count = 3.0
    messages = ['55517', '55519', '55523']
    nosy_count = 2.0
    nosy_names = ['gvanrossum', 'collinwinter']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue1066'
    versions = ['Python 3.0']

    @collinwinter
    Copy link
    Mannequin Author

    collinwinter mannequin commented Aug 30, 2007

    This does not implement __context__; it turned out to be much more
    difficult than expected and will require some more thought. The new
    raise syntax and the __traceback__ and __cause__ attributes are
    implemented, however. This does not yet include a docs patch, though I'm
    working on that now.

    @collinwinter collinwinter mannequin assigned gvanrossum Aug 30, 2007
    @collinwinter collinwinter mannequin added interpreter-core (Objects, Python, Grammar, and Parser dirs) stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Aug 30, 2007
    @gvanrossum
    Copy link
    Member

    Please check it in yourself.

    @collinwinter collinwinter mannequin closed this as completed Aug 31, 2007
    @collinwinter
    Copy link
    Mannequin Author

    collinwinter mannequin commented Aug 31, 2007

    Committed as r57783.

    @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
    interpreter-core (Objects, Python, Grammar, and Parser dirs) stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant