From: Rostyslav Lobov <90602764+Motorenger@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:33:13 +0000 (-0400) Subject: setobject: remove out of date docstring info (GH-118048) X-Git-Tag: v3.13.0b1~337 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e7d990a09f0928050b2b0c85f724c2bce13fcbb;p=thirdparty%2FPython%2Fcpython.git setobject: remove out of date docstring info (GH-118048) --- diff --git a/Objects/setobject.c b/Objects/setobject.c index d5030cec2d62..0d88f4ff922d 100644 --- a/Objects/setobject.c +++ b/Objects/setobject.c @@ -2,7 +2,7 @@ /* set object implementation Written and maintained by Raymond D. Hettinger - Derived from Lib/sets.py and Objects/dictobject.c. + Derived from Objects/dictobject.c. The basic lookup function used by all operations. This is based on Algorithm D from Knuth Vol. 3, Sec. 6.4.