merge 3.4 · pythoncapi/cpython@4e3dd51 · GitHub
Skip to content

Commit 4e3dd51

Browse files
committed
merge 3.4
2 parents f2be8d7 + 630329e commit 4e3dd51

5 files changed

Lines changed: 1 addition & 32 deletions

File tree

Doc/README.txt

Lines changed: 0 additions & 24 deletions

Modules/_collectionsmodule.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
/* collections module implementation of a deque() datatype
1111
Written and maintained by Raymond D. Hettinger <python@rcn.com>
12-
Copyright (c) 2004-2015 Python Software Foundation.
13-
All rights reserved.
1412
*/
1513

1614
/* The block length may be set to any number over 1. Larger numbers

Modules/itertoolsmodule.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
/* Itertools module written and maintained
66
by Raymond D. Hettinger <python@rcn.com>
7-
Copyright (c) 2003-2013 Python Software Foundation.
8-
All rights reserved.
97
*/
108

119

Objects/setobject.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
Written and maintained by Raymond D. Hettinger <python@rcn.com>
55
Derived from Lib/sets.py and Objects/dictobject.c.
66
7-
Copyright (c) 2003-2015 Python Software Foundation.
8-
All rights reserved.
9-
107
The basic lookup function used by all operations.
118
This is based on Algorithm D from Knuth Vol. 3, Sec. 6.4.
129

README

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)