[issue6336] nb_divide missing in docs

2009-07-29 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r74256. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue6336] nb_divide missing in docs

2009-06-24 Thread Floris Bruynooghe
New submission from Floris Bruynooghe : http://docs.python.org/c-api/typeobj.html#number-object-structures is missing the entry for nb_divide, this is confusing. -- assignee: georg.brandl components: Documentation messages: 89664 nosy: flub, georg.brandl severity: normal status: open tit