merge 3.3

This commit is contained in:
Benjamin Peterson 2016-01-01 11:55:47 -06:00
commit 630329e4ea
5 changed files with 1 additions and 32 deletions

View file

@ -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.