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

Documentation for tp_as_number tp_as_sequence tp_as_mapping #45530

Closed
amauryfa opened this issue Sep 22, 2007 · 2 comments
Closed

Documentation for tp_as_number tp_as_sequence tp_as_mapping #45530

amauryfa opened this issue Sep 22, 2007 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@amauryfa
Copy link
Member

BPO 1189
Nosy @birkenfeld, @amauryfa
Files
  • numbermethods-py3k.diff
  • 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/birkenfeld'
    closed_at = <Date 2007-09-24.18:05:34.420>
    created_at = <Date 2007-09-22.00:44:25.781>
    labels = ['docs']
    title = 'Documentation for tp_as_number tp_as_sequence tp_as_mapping'
    updated_at = <Date 2007-09-24.18:05:34.419>
    user = 'https://github.com/amauryfa'

    bugs.python.org fields:

    activity = <Date 2007-09-24.18:05:34.419>
    actor = 'georg.brandl'
    assignee = 'georg.brandl'
    closed = True
    closed_date = <Date 2007-09-24.18:05:34.420>
    closer = 'georg.brandl'
    components = ['Documentation']
    creation = <Date 2007-09-22.00:44:25.781>
    creator = 'amaury.forgeotdarc'
    dependencies = []
    files = ['8459']
    hgrepos = []
    issue_num = 1189
    keywords = ['patch']
    message_count = 2.0
    messages = ['56087', '56120']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'amaury.forgeotdarc']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1189'
    versions = ['Python 3.0']

    @amauryfa
    Copy link
    Member Author

    This patch adds documentation for all the fields in the tp_as_number,
    tp_as_sequence and tp_as_mapping structures.
    It may not be complete, but is still better than the XXX in the current
    docs.
    This is my first contribution to the doc, feel free to amend it!

    This patch describes the python3.0 situation, which is simpler since the
    removal of coercion. It can serve as a start for 2.6 as well; a second
    patch about coercion will follow.

    PS: it's really a pleasure to use the new ReST format.

    @amauryfa amauryfa added the docs Documentation in the Doc dir label Sep 22, 2007
    @birkenfeld birkenfeld self-assigned this Sep 22, 2007
    @birkenfeld
    Copy link
    Member

    Committed in 3k branch as rev. 58246. Just open a new issue for the 2.6
    docs when they are ready :)

    @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
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants