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... version 2.6
Type: Stage:
Components: Documentation Versions: Python 2.6
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-25 00:31 by amaury.forgeotdarc, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
numbermethods-2.6.diff amaury.forgeotdarc, 2007-09-25 00:31
Messages (2)
msg56124 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2007-09-25 00:31
This patch is similar to http://bugs.python.org/issue1189, but in line
with python svn trunk (and 2.5 most probably as well): documentation of
all slots of tp_as_number, tp_as_mapping, tp_as_sequence.
The main difference with 3.0 is the coercion.
msg56276 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-10-08 14:13
Committed as r58376.
History
Date User Action Args
2022-04-11 14:56:27adminsetgithub: 45540
2007-10-08 14:13:01georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg56276
2007-09-25 05:27:44georg.brandlsetassignee: georg.brandl
nosy: + georg.brandl
2007-09-25 04:52:11loewissetkeywords: + patch
2007-09-25 00:31:57amaury.forgeotdarccreate