summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-01-01 17:56:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-01-01 17:56:16 (GMT)
commit4e3dd513966d7cc2e03d97832e2fe22108b31e39 (patch)
tree2fe75927215c87d8175b50d7fa2f11a483bc34e1 /Modules
parentf2be8d75acad3f82e8d38299b24b99068b628a6a (diff)
parent630329e4ea03e01a830e94c06c47027e7886c6dd (diff)
downloadcpython-4e3dd513966d7cc2e03d97832e2fe22108b31e39.zip
cpython-4e3dd513966d7cc2e03d97832e2fe22108b31e39.tar.gz
cpython-4e3dd513966d7cc2e03d97832e2fe22108b31e39.tar.bz2
merge 3.4
Diffstat (limited to 'Modules')
-rw-r--r--Modules/_collectionsmodule.c2
-rw-r--r--Modules/itertoolsmodule.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/Modules/_collectionsmodule.c b/Modules/_collectionsmodule.c
index 4fffe01..1a33428 100644
--- a/Modules/_collectionsmodule.c
+++ b/Modules/_collectionsmodule.c
@@ -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
diff --git a/Modules/itertoolsmodule.c b/Modules/itertoolsmodule.c
index ccd69be..cac02ad 100644
--- a/Modules/itertoolsmodule.c
+++ b/Modules/itertoolsmodule.c
@@ -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.
*/