https://github.com/python/cpython/commit/3e7d990a09f0928050b2b0c85f724c2bce13fcbb
commit: 3e7d990a09f0928050b2b0c85f724c2bce13fcbb
branch: main
author: Rostyslav Lobov <[email protected]>
committer: encukou <[email protected]>
date: 2024-04-19T13:33:13+02:00
summary:

setobject: remove out of date docstring info (GH-118048)

files:
M Objects/setobject.c

diff --git a/Objects/setobject.c b/Objects/setobject.c
index d5030cec2d6206..0d88f4ff922d24 100644
--- a/Objects/setobject.c
+++ b/Objects/setobject.c
@@ -2,7 +2,7 @@
 /* set object implementation
 
    Written and maintained by Raymond D. Hettinger <[email protected]>
-   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.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to