summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-01-01 17:55:47 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-01-01 17:55:47 (GMT)
commit630329e4ea03e01a830e94c06c47027e7886c6dd (patch)
tree4b42c101af624fb4bd1a0ca7dc438b305b4ce16a /Modules
parent86fb46d439bb9f73658ccbd36cbbb20ead795617 (diff)
parent0e617e22f0bb5ea9ff90c50693335c22dc134007 (diff)
downloadcpython-630329e4ea03e01a830e94c06c47027e7886c6dd.zip
cpython-630329e4ea03e01a830e94c06c47027e7886c6dd.tar.gz
cpython-630329e4ea03e01a830e94c06c47027e7886c6dd.tar.bz2
merge 3.3
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 65803a4..6115c70 100644
--- a/Modules/_collectionsmodule.c
+++ b/Modules/_collectionsmodule.c
@@ -3,8 +3,6 @@
/* collections module implementation of a deque() datatype
Written and maintained by Raymond D. Hettinger <python@rcn.com>
- Copyright (c) 2004-2013 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 b86e74d..55d88a8 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.
*/