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

Avoid outdated exec form in test_class.py. #33770

Closed
bckfnn mannequin opened this issue Jan 21, 2001 · 2 comments
Closed

Avoid outdated exec form in test_class.py. #33770

bckfnn mannequin opened this issue Jan 21, 2001 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@bckfnn
Copy link
Mannequin

bckfnn mannequin commented Jan 21, 2001

BPO 403345
Nosy @gvanrossum
Files
  • None: None
  • 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 2001-01-22.14:51:48.000>
    created_at = <Date 2001-01-21.13:39:55.000>
    labels = ['library']
    title = 'Avoid outdated exec form in test_class.py.'
    updated_at = <Date 2001-01-22.14:51:48.000>
    user = 'https://bugs.python.org/bckfnn'

    bugs.python.org fields:

    activity = <Date 2001-01-22.14:51:48.000>
    actor = 'gvanrossum'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2001-01-21.13:39:55.000>
    creator = 'bckfnn'
    dependencies = []
    files = ['3055']
    hgrepos = []
    issue_num = 403345
    keywords = ['patch']
    message_count = 2.0
    messages = ['35445', '35446']
    nosy_count = 2.0
    nosy_names = ['gvanrossum', 'bckfnn']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue403345'
    versions = []

    @bckfnn
    Copy link
    Mannequin Author

    bckfnn mannequin commented Jan 21, 2001

    The old format of passing a tuple to the exec statement is not suported by Jython.

    @bckfnn bckfnn mannequin closed this as completed Jan 21, 2001
    @bckfnn bckfnn mannequin added the stdlib Python modules in the Lib dir label Jan 21, 2001
    @bckfnn bckfnn mannequin closed this as completed Jan 21, 2001
    @bckfnn bckfnn mannequin added the stdlib Python modules in the Lib dir label Jan 21, 2001
    @gvanrossum
    Copy link
    Member

    Done!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant