This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Documentation for tp_as_number tp_as_sequence tp_as_mapping
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: amaury.forgeotdarc, georg.brandl
Priority: normal Keywords: patch

Created on 2007-09-22 00:44 by amaury.forgeotdarc, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
numbermethods-py3k.diff amaury.forgeotdarc, 2007-09-22 00:44
Messages (2)
msg56087 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2007-09-22 00:44
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.
msg56120 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-09-24 18:05
Committed in 3k branch as rev. 58246. Just open a new issue for the 2.6
docs when they are ready :)
History
Date User Action Args
2022-04-11 14:56:27adminsetgithub: 45530
2007-09-24 18:05:34georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg56120
2007-09-22 08:31:36georg.brandlsetassignee: georg.brandl
nosy: + georg.brandl
2007-09-22 05:40:19loewissetkeywords: + patch
2007-09-22 00:44:25amaury.forgeotdarccreate