diff options
| author | Ned Deily <nad@python.org> | 2017-09-06 07:23:33 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2017-09-06 07:23:33 (GMT) |
| commit | 8cee0cc3fea74f9abcb0ce343a86fa4c71673ead (patch) | |
| tree | 851f2525839db28cd419613bd950c80eab5ccb44 /README | |
| parent | a7ff833f277eb8067f4be5a0f2b583a3cca95d35 (diff) | |
| download | cpython-3.3.7rc1.zip cpython-3.3.7rc1.tar.gz cpython-3.3.7rc1.tar.bz2 | |
Bump to 3.3.7rc1v3.3.7rc1
Diffstat (limited to 'README')
| -rw-r--r-- | README | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,5 +1,5 @@ -This is Python version 3.3.6 -============================ +This is Python version 3.3.7rc1 +=============================== Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights @@ -68,9 +68,9 @@ entitled "Installing multiple versions". Documentation ------------- -Documentation for Python 3.3 is online, updated daily: +Documentation for Python 3.3 is online: - http://docs.python.org/3.3/ + https://docs.python.org/3.3/ It can also be downloaded in many formats for faster access. The documentation is downloadable in HTML, PDF, and reStructuredText formats; the latter version @@ -80,7 +80,7 @@ formatting requirements. If you would like to contribute to the development of Python, relevant documentation is available at: - http://docs.python.org/devguide/ + https://devguide.python.org/ For information about building Python's documentation, refer to Doc/README.txt. @@ -160,7 +160,7 @@ Proposals for enhancement ------------------------- If you have a proposal to change Python, you may want to send an email to the -comp.lang.python or python-ideas mailing lists for inital feedback. A Python +comp.lang.python or python-ideas mailing lists for initial feedback. A Python Enhancement Proposal (PEP) may be submitted if your idea gains ground. All current PEPs, as well as guidelines for submitting a new PEP, are listed at http://www.python.org/dev/peps/. @@ -176,7 +176,8 @@ Copyright and License Information --------------------------------- Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -2012, 2013, 2014, 2015, 2016 Python Software Foundation. All rights reserved. +2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. +All rights reserved. Copyright (c) 2000 BeOpen.com. All rights reserved. |
