diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-01-01 04:42:26 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-01-01 04:42:26 (GMT) |
commit | f606e682a4d2095fcd1dcbb238944b377b362b61 (patch) | |
tree | 1cdecaee3fb3bd5eaded5345b4c57d388acd2879 /README | |
parent | a6c4a10d4e70aa81fcee842f84b71e8c8e7fb142 (diff) | |
download | cpython-f606e682a4d2095fcd1dcbb238944b377b362b61.zip cpython-f606e682a4d2095fcd1dcbb238944b377b362b61.tar.gz cpython-f606e682a4d2095fcd1dcbb238944b377b362b61.tar.bz2 |
add another year to glorious PSF IP
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.2.2 ============================ -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 |