diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-01 11:55:47 -0600 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-01 11:55:47 -0600 |
commit | 630329e4ea03e01a830e94c06c47027e7886c6dd (patch) | |
tree | 4b42c101af624fb4bd1a0ca7dc438b305b4ce16a /Modules/itertoolsmodule.c | |
parent | 86fb46d439bb9f73658ccbd36cbbb20ead795617 (diff) | |
parent | 0e617e22f0bb5ea9ff90c50693335c22dc134007 (diff) | |
download | cpython-git-630329e4ea03e01a830e94c06c47027e7886c6dd.tar.gz |
merge 3.3
Diffstat (limited to 'Modules/itertoolsmodule.c')
-rw-r--r-- | Modules/itertoolsmodule.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/itertoolsmodule.c b/Modules/itertoolsmodule.c index b86e74daf3..55d88a8c9f 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. */ |