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.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2007-09-22.00:44:25
SpamBayes Score 0.029389562
Marked as misclassified No
Message-id <1190421865.82.0.564547764267.issue1189@psf.upfronthosting.co.za>
In-reply-to
Content
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.
Files
File name Uploaded
numbermethods-py3k.diff amaury.forgeotdarc, 2007-09-22.00:44:25
History
Date User Action Args
2007-09-22 00:44:25amaury.forgeotdarcsetspambayes_score: 0.0293896 -> 0.029389562
recipients: + amaury.forgeotdarc
2007-09-22 00:44:25amaury.forgeotdarcsetspambayes_score: 0.0293896 -> 0.0293896
messageid: <1190421865.82.0.564547764267.issue1189@psf.upfronthosting.co.za>
2007-09-22 00:44:25amaury.forgeotdarclinkissue1189 messages
2007-09-22 00:44:25amaury.forgeotdarccreate