diff options
author | Georg Brandl <georg@python.org> | 2011-02-20 10:29:04 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-20 10:29:04 +0000 |
commit | 260a788767ff6dadd04ecf9e9e26b363ca28c8ae (patch) | |
tree | 12414a9590a0d01352602301df811c3d48576989 /README | |
parent | 14927d0928d624e0c07e70dc10aa347a6fff111e (diff) | |
download | cpython-git-260a788767ff6dadd04ecf9e9e26b363ca28c8ae.tar.gz |
Version bump to 3.2 final.
Diffstat (limited to 'README')
-rw-r--r-- | README | 40 |
1 files changed, 17 insertions, 23 deletions
@@ -1,9 +1,8 @@ -This is Python version 3.2, release candidate 3 -=============================================== +This is Python version 3.2 +========================== Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 -Python Software Foundation. -All rights reserved. +Python Software Foundation. All rights reserved. Python 3.x is a new version of the language, which is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially @@ -153,8 +152,8 @@ 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 -Enhancement Proposal (PEP) may be submitted if your idea gains ground. All +comp.lang.python or python-ideas mailing lists for inital 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/. @@ -168,26 +167,21 @@ See PEP 392 for release details: http://www.python.org/dev/peps/pep-0392/ Copyright and License Information --------------------------------- -Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 -Python Software Foundation. -All rights reserved. +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +Python Software Foundation. All rights reserved. -Copyright (c) 2000 BeOpen.com. -All rights reserved. +Copyright (c) 2000 BeOpen.com. All rights reserved. -Copyright (c) 1995-2001 Corporation for National Research Initiatives. -All rights reserved. +Copyright (c) 1995-2001 Corporation for National Research Initiatives. All +rights reserved. -Copyright (c) 1991-1995 Stichting Mathematisch Centrum. -All rights reserved. +Copyright (c) 1991-1995 Stichting Mathematisch Centrum. All rights reserved. -See the file "LICENSE" for information on the history of this -software, terms & conditions for usage, and a DISCLAIMER OF ALL -WARRANTIES. +See the file "LICENSE" for information on the history of this software, terms & +conditions for usage, and a DISCLAIMER OF ALL WARRANTIES. -This Python distribution contains *no* GNU General Public License -(GPL) code, so it may be used in proprietary projects. There are -interfaces to some GNU code but these are entirely optional. +This Python distribution contains *no* GNU General Public License (GPL) code, so +it may be used in proprietary projects. There are interfaces to some GNU code +but these are entirely optional. -All trademarks referenced herein are property of their respective -holders. +All trademarks referenced herein are property of their respective holders. |