diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-01-01 04:43:01 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-01-01 04:43:01 (GMT) |
commit | a174577f55634c4de63204b03c0ebcde131cda28 (patch) | |
tree | cf095587a263c5f163bad07ce3b208f9f178065f /README | |
parent | 8df168cc7b2798786514a97396da57d334c90f70 (diff) | |
parent | c40d362a1cd6c36635e91b6c7e7dbf3337b55562 (diff) | |
download | cpython-a174577f55634c4de63204b03c0ebcde131cda28.zip cpython-a174577f55634c4de63204b03c0ebcde131cda28.tar.gz cpython-a174577f55634c4de63204b03c0ebcde131cda28.tar.bz2 |
merge 3.2
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ This is Python version 3.3 alpha 0 ================================== -Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 -Python Software Foundation. All rights reserved. +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, +2012 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 |