merge 3.5 · pythoncapi/cpython@3e47a13 · GitHub
Skip to content

Commit 3e47a13

Browse files
committed
merge 3.5
2 parents fa1ef1e + 4e3dd51 commit 3e47a13

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
@@ -5,8 +5,6 @@
55

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

1210

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)