diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-01 17:55:47 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-01 17:55:47 (GMT) |
commit | 630329e4ea03e01a830e94c06c47027e7886c6dd (patch) | |
tree | 4b42c101af624fb4bd1a0ca7dc438b305b4ce16a /Objects | |
parent | 86fb46d439bb9f73658ccbd36cbbb20ead795617 (diff) | |
parent | 0e617e22f0bb5ea9ff90c50693335c22dc134007 (diff) | |
download | cpython-630329e4ea03e01a830e94c06c47027e7886c6dd.zip cpython-630329e4ea03e01a830e94c06c47027e7886c6dd.tar.gz cpython-630329e4ea03e01a830e94c06c47027e7886c6dd.tar.bz2 |
merge 3.3
Diffstat (limited to 'Objects')
-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 304519c..61f1d94 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-2013 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. |