From: Georg Brandl Date: Tue, 1 Sep 2009 08:02:03 +0000 (+0000) Subject: #6754: remove old struct member nb_inplace_divide. X-Git-Tag: v3.2a1~2634 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11b6a64ea92e93710ca55c560059edd8ea5292b2;p=python #6754: remove old struct member nb_inplace_divide. --- diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index eba8d6951c..2e2f9c4f0e 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -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;