1
- This is Python version 3.3.6
2
- ============================
1
+ This is Python version 3.3.7rc1
2
+ ===============================
3
3
4
4
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
5
5
2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights
@@ -68,9 +68,9 @@ entitled "Installing multiple versions".
68
68
Documentation
69
69
-------------
70
70
71
- Documentation for Python 3.3 is online, updated daily :
71
+ Documentation for Python 3.3 is online:
72
72
73
- http ://docs.python.org/3.3/
73
+ https ://docs.python.org/3.3/
74
74
75
75
It can also be downloaded in many formats for faster access. The documentation
76
76
is downloadable in HTML, PDF, and reStructuredText formats; the latter version
@@ -80,7 +80,7 @@ formatting requirements.
80
80
If you would like to contribute to the development of Python, relevant
81
81
documentation is available at:
82
82
83
- http ://docs .python.org/devguide /
83
+ https ://devguide .python.org/
84
84
85
85
For information about building Python's documentation, refer to Doc/README.txt.
86
86
@@ -160,7 +160,7 @@ Proposals for enhancement
160
160
-------------------------
161
161
162
162
If you have a proposal to change Python, you may want to send an email to the
163
- comp.lang.python or python-ideas mailing lists for inital feedback. A Python
163
+ comp.lang.python or python-ideas mailing lists for initial feedback. A Python
164
164
Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
165
165
current PEPs, as well as guidelines for submitting a new PEP, are listed at
166
166
http://www.python.org/dev/peps/.
@@ -176,7 +176,8 @@ Copyright and License Information
176
176
---------------------------------
177
177
178
178
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
179
- 2012, 2013, 2014, 2015, 2016 Python Software Foundation. All rights reserved.
179
+ 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation.
180
+ All rights reserved.
180
181
181
182
Copyright (c) 2000 BeOpen.com. All rights reserved.
182
183
0 commit comments