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

code object docstring obsolete #46231

Closed
pitrou opened this issue Jan 26, 2008 · 2 comments
Closed

code object docstring obsolete #46231

pitrou opened this issue Jan 26, 2008 · 2 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@pitrou
Copy link
Member

pitrou commented Jan 26, 2008

BPO 1939
Nosy @birkenfeld, @pitrou
Files
  • codedoc.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 2008-01-26.09:39:30.335>
    created_at = <Date 2008-01-26.06:12:20.320>
    labels = ['interpreter-core']
    title = 'code object docstring obsolete'
    updated_at = <Date 2008-01-26.09:39:30.290>
    user = 'https://github.com/pitrou'

    bugs.python.org fields:

    activity = <Date 2008-01-26.09:39:30.290>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-01-26.09:39:30.335>
    closer = 'georg.brandl'
    components = ['Interpreter Core']
    creation = <Date 2008-01-26.06:12:20.320>
    creator = 'pitrou'
    dependencies = []
    files = ['9293']
    hgrepos = []
    issue_num = 1939
    keywords = []
    message_count = 2.0
    messages = ['61699', '61700']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'pitrou']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1939'
    versions = ['Python 3.0']

    @pitrou
    Copy link
    Member Author

    pitrou commented Jan 26, 2008

    The docstring for the code object mentions an obsolete signature which
    misses the kwonlyargcount parameter. Here is a patch.

    @pitrou pitrou added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Jan 26, 2008
    @birkenfeld
    Copy link
    Member

    Committed r60313.

    @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)
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants