diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-01 17:56:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-01 17:56:35 (GMT) |
commit | 3e47a1337c0faa31ee97830f17fa12b850632811 (patch) | |
tree | 975635cf2cc12d6f02090604d928156c6456de10 /Objects/setobject.c | |
parent | fa1ef1e5250d51918671e3e6f247c32bdd3dc4af (diff) | |
parent | 4e3dd513966d7cc2e03d97832e2fe22108b31e39 (diff) | |
download | cpython-3e47a1337c0faa31ee97830f17fa12b850632811.zip cpython-3e47a1337c0faa31ee97830f17fa12b850632811.tar.gz cpython-3e47a1337c0faa31ee97830f17fa12b850632811.tar.bz2 |
merge 3.5
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 9468ee6..8cb3f36 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. |