summaryrefslogtreecommitdiffstats
path: root/Objects/setobject.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-01-01 17:55:47 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-01-01 17:55:47 (GMT)
commit630329e4ea03e01a830e94c06c47027e7886c6dd (patch)
tree4b42c101af624fb4bd1a0ca7dc438b305b4ce16a /Objects/setobject.c
parent86fb46d439bb9f73658ccbd36cbbb20ead795617 (diff)
parent0e617e22f0bb5ea9ff90c50693335c22dc134007 (diff)
downloadcpython-630329e4ea03e01a830e94c06c47027e7886c6dd.zip
cpython-630329e4ea03e01a830e94c06c47027e7886c6dd.tar.gz
cpython-630329e4ea03e01a830e94c06c47027e7886c6dd.tar.bz2
merge 3.3
Diffstat (limited to 'Objects/setobject.c')
-rw-r--r--Objects/setobject.c3
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.