merge 3.5

This commit is contained in:
Benjamin Peterson 2016-01-01 11:56:35 -06:00
commit 3e47a1337c
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-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.