diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-01-01 00:11:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-01-01 00:11:22 (GMT) |
commit | a453749a785d245004309d9e8f12b39f7916a24d (patch) | |
tree | cac2c8f14ac442d51787f4deb0ae636b01e3fbc1 /README | |
parent | bab69bf6555664a7f68ac87685216d6c8b390865 (diff) | |
parent | 7919acb9202e1b4cf703d54a9346b980f8885a29 (diff) | |
download | cpython-a453749a785d245004309d9e8f12b39f7916a24d.zip cpython-a453749a785d245004309d9e8f12b39f7916a24d.tar.gz cpython-a453749a785d245004309d9e8f12b39f7916a24d.tar.bz2 |
merge 3.3
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ This is Python version 3.4.2 ============================ Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -2012, 2013, 2014 Python Software Foundation. All rights reserved. +2012, 2013, 2014, 2015 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 |