1- This is Python version 3.2, release candidate 3
2- ===============================================
1+ This is Python version 3.2
2+ ==========================
33
44Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
5- Python Software Foundation.
6- All rights reserved.
5+ Python Software Foundation. All rights reserved.
76
87Python 3.x is a new version of the language, which is incompatible with the 2.x
98line of releases. The language is mostly the same, but many details, especially
@@ -153,8 +152,8 @@ Proposals for enhancement
153152-------------------------
154153
155154If you have a proposal to change Python, you may want to send an email to the
156- comp.lang.python or python-ideas mailing lists for inital feedback. A Python
157- Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
155+ comp.lang.python or python-ideas mailing lists for inital feedback. A Python
156+ Enhancement Proposal (PEP) may be submitted if your idea gains ground. All
158157current PEPs, as well as guidelines for submitting a new PEP, are listed at
159158http://www.python.org/dev/peps/.
160159
@@ -168,26 +167,21 @@ See PEP 392 for release details: http://www.python.org/dev/peps/pep-0392/
168167Copyright and License Information
169168---------------------------------
170169
171- Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
172- Python Software Foundation.
173- All rights reserved.
170+ Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
171+ Python Software Foundation. All rights reserved.
174172
175- Copyright (c) 2000 BeOpen.com.
176- All rights reserved.
173+ Copyright (c) 2000 BeOpen.com. All rights reserved.
177174
178- Copyright (c) 1995-2001 Corporation for National Research Initiatives.
179- All rights reserved.
175+ Copyright (c) 1995-2001 Corporation for National Research Initiatives. All
176+ rights reserved.
180177
181- Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
182- All rights reserved.
178+ Copyright (c) 1991-1995 Stichting Mathematisch Centrum. All rights reserved.
183179
184- See the file "LICENSE" for information on the history of this
185- software, terms & conditions for usage, and a DISCLAIMER OF ALL
186- WARRANTIES.
180+ See the file "LICENSE" for information on the history of this software, terms &
181+ conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.
187182
188- This Python distribution contains *no* GNU General Public License
189- (GPL) code, so it may be used in proprietary projects. There are
190- interfaces to some GNU code but these are entirely optional.
183+ This Python distribution contains *no* GNU General Public License (GPL) code, so
184+ it may be used in proprietary projects. There are interfaces to some GNU code
185+ but these are entirely optional.
191186
192- All trademarks referenced herein are property of their respective
193- holders.
187+ All trademarks referenced herein are property of their respective holders.
0 commit comments