merge 3.4

This commit is contained in:
Benjamin Peterson 2016-01-01 11:56:16 -06:00
commit 4e3dd51396
5 changed files with 1 additions and 32 deletions

View file

@ -9,8 +9,6 @@
/* collections module implementation of a deque() datatype
Written and maintained by Raymond D. Hettinger <python@rcn.com>
Copyright (c) 2004-2015 Python Software Foundation.
All rights reserved.
*/
/* The block length may be set to any number over 1. Larger numbers

View file

@ -4,8 +4,6 @@
/* Itertools module written and maintained
by Raymond D. Hettinger <python@rcn.com>
Copyright (c) 2003-2013 Python Software Foundation.
All rights reserved.
*/