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

inspect: Document Signature & Parameter constructors' signatures #64641

Closed
1st1 opened this issue Jan 29, 2014 · 2 comments
Closed

inspect: Document Signature & Parameter constructors' signatures #64641

1st1 opened this issue Jan 29, 2014 · 2 comments
Labels
type-feature A feature request or enhancement

Comments

@1st1
Copy link
Member

1st1 commented Jan 29, 2014

BPO 20442
Nosy @birkenfeld, @ncoghlan, @larryhastings, @ezio-melotti, @merwok, @1st1
Files
  • signature_docs_01.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 2014-01-30.05:13:01.785>
    created_at = <Date 2014-01-29.21:46:48.856>
    labels = ['type-feature']
    title = "inspect: Document Signature & Parameter constructors' signatures"
    updated_at = <Date 2014-01-30.05:13:01.785>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2014-01-30.05:13:01.785>
    actor = 'yselivanov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2014-01-30.05:13:01.785>
    closer = 'yselivanov'
    components = []
    creation = <Date 2014-01-29.21:46:48.856>
    creator = 'yselivanov'
    dependencies = []
    files = ['33807']
    hgrepos = []
    issue_num = 20442
    keywords = ['patch']
    message_count = 2.0
    messages = ['209684', '209703']
    nosy_count = 7.0
    nosy_names = ['georg.brandl', 'ncoghlan', 'larry', 'ezio.melotti', 'eric.araujo', 'python-dev', 'yselivanov']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue20442'
    versions = ['Python 3.4']

    @1st1
    Copy link
    Member Author

    1st1 commented Jan 29, 2014

    inspect.Signature & inspect.Parameter classes lack clear documentation about their constructors. Patch is attached.

    @1st1 1st1 added the type-feature A feature request or enhancement label Jan 29, 2014
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jan 30, 2014

    New changeset 0a3201aab2b8 by Yury Selivanov in branch 'default':
    inspect.docs: Document constructors for Signature & Parameter bpo-20442
    http://hg.python.org/cpython/rev/0a3201aab2b8

    New changeset 885c709d0dde by Yury Selivanov in branch '3.3':
    inspect.docs: Document constructors for Signature & Parameter bpo-20442
    http://hg.python.org/cpython/rev/885c709d0dde

    @1st1 1st1 closed this as completed Jan 30, 2014
    @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
    type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant