diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-01-01 00:11:34 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-01-01 00:11:34 (GMT) |
commit | 52074ac866eb2220a261210a2db5e41dc0bc27df (patch) | |
tree | dd39de0aa6a0e36a2f273d761461205f1d2f9495 /README | |
parent | 0396cd706738a8efab375f7d1c2d1b27f9f6fdd0 (diff) | |
parent | a453749a785d245004309d9e8f12b39f7916a24d (diff) | |
download | cpython-52074ac866eb2220a261210a2db5e41dc0bc27df.zip cpython-52074ac866eb2220a261210a2db5e41dc0bc27df.tar.gz cpython-52074ac866eb2220a261210a2db5e41dc0bc27df.tar.bz2 |
merge 3.4
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.5.0 alpha 1 ==================================== 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 |