]> granicus.if.org Git - python/commitdiff
#6754: remove old struct member nb_inplace_divide.
authorGeorg Brandl <georg@python.org>
Tue, 1 Sep 2009 08:02:03 +0000 (08:02 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 1 Sep 2009 08:02:03 +0000 (08:02 +0000)
Doc/c-api/typeobj.rst

index eba8d6951c277f83ac69fb50da0423154f89d403..2e2f9c4f0ebba0926eda4431d9eef0740e239932 100644 (file)
@@ -1052,7 +1052,6 @@ Number Object Structures
             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;