Thanks to visit codestin.com
Credit goes to github.com

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
Original file line numberDiff line numberDiff line change
@@ -119,27 +119,3 @@ and we will process your request as soon as possible.
119119

120120
If you want to help the Documentation Team, you are always welcome. Just send
121121
122-
123-
124-
Copyright notice
125-
================
126-
127-
The Python source is copyrighted, but you can freely use and copy it
128-
as long as you don't change or remove the copyright notice:
129-
130-
----------------------------------------------------------------------
131-
Copyright (c) 2000-2015 Python Software Foundation.
132-
All rights reserved.
133-
134-
Copyright (c) 2000 BeOpen.com.
135-
All rights reserved.
136-
137-
Copyright (c) 1995-2000 Corporation for National Research Initiatives.
138-
All rights reserved.
139-
140-
Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
141-
All rights reserved.
142-
143-
See the file "license.rst" for information on usage and redistribution
144-
of this file, and for a DISCLAIMER OF ALL WARRANTIES.
145-
----------------------------------------------------------------------

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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Copyright and License Information
203203
---------------------------------
204204

205205
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
206-
2012, 2013, 2014, 2015 Python Software Foundation. All rights reserved.
206+
2012, 2013, 2014, 2015, 2016 Python Software Foundation. All rights reserved.
207207

208208
Copyright (c) 2000 BeOpen.com. All rights reserved.
209209

0 commit comments

Comments
 (0)