[issue1199] Documentation for tp_as_number... version 2.6

2007-10-08 Thread Georg Brandl
Georg Brandl added the comment: Committed as r58376. -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Py

[issue1199] Documentation for tp_as_number... version 2.6

2007-09-24 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue1199] Documentation for tp_as_number... version 2.6

2007-09-24 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1199] Documentation for tp_as_number... version 2.6

2007-09-24 Thread Amaury Forgeot d'Arc
New submission from Amaury Forgeot d'Arc: 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. ---