diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-01 17:56:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-01 17:56:16 (GMT) |
commit | 4e3dd513966d7cc2e03d97832e2fe22108b31e39 (patch) | |
tree | 2fe75927215c87d8175b50d7fa2f11a483bc34e1 /Objects/setobject.c | |
parent | f2be8d75acad3f82e8d38299b24b99068b628a6a (diff) | |
parent | 630329e4ea03e01a830e94c06c47027e7886c6dd (diff) | |
download | cpython-4e3dd513966d7cc2e03d97832e2fe22108b31e39.zip cpython-4e3dd513966d7cc2e03d97832e2fe22108b31e39.tar.gz cpython-4e3dd513966d7cc2e03d97832e2fe22108b31e39.tar.bz2 |
merge 3.4
Diffstat (limited to 'Objects/setobject.c')
-rw-r--r-- | Objects/setobject.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Objects/setobject.c b/Objects/setobject.c index 2faaf12..582f280 100644 --- a/Objects/setobject.c +++ b/Objects/setobject.c @@ -4,9 +4,6 @@ Written and maintained by Raymond D. Hettinger <python@rcn.com> Derived from Lib/sets.py and Objects/dictobject.c. - Copyright (c) 2003-2015 Python Software Foundation. - All rights reserved. - The basic lookup function used by all operations. This is based on Algorithm D from Knuth Vol. 3, Sec. 6.4. |