[Python-checkins] r74619 - python/branches/py3k/Doc/c-api/typeobj.rst

georg.brandl python-checkins at python.org
Tue Sep 1 10:02:04 CEST 2009


Author: georg.brandl
Date: Tue Sep  1 10:02:03 2009
New Revision: 74619

Log:
#6754: remove old struct member nb_inplace_divide.

Modified:
   python/branches/py3k/Doc/c-api/typeobj.rst

Modified: python/branches/py3k/Doc/c-api/typeobj.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/typeobj.rst	(original)
+++ python/branches/py3k/Doc/c-api/typeobj.rst	Tue Sep  1 10:02:03 2009
@@ -1052,7 +1052,6 @@
             binaryfunc nb_inplace_add;
             binaryfunc nb_inplace_subtract;
             binaryfunc nb_inplace_multiply;
-            binaryfunc nb_inplace_divide;
             binaryfunc nb_inplace_remainder;
             ternaryfunc nb_inplace_power;
             binaryfunc nb_inplace_lshift;


More information about the Python-checkins mailing list