summaryrefslogtreecommitdiff
path: root/Objects
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-01-01 11:56:16 -0600
committerBenjamin Peterson <benjamin@python.org>2016-01-01 11:56:16 -0600
commit267fab40b1a2f0335abb583e5c45c4da26b24876 (patch)
treeccf7dd41c7d7d9379292c257599c22bd5dc17da3 /Objects
parent7cb24be6b4a06d45db1ff2374a47f32c7e649c3f (diff)
parent007236f95db83a5c8a83845d2c86f6e93f64bec5 (diff)
downloadcpython-267fab40b1a2f0335abb583e5c45c4da26b24876.tar.gz
merge 3.4
Diffstat (limited to 'Objects')
-rw-r--r--Objects/setobject.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Objects/setobject.c b/Objects/setobject.c
index 2faaf12954..582f280e34 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.