diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-01 16:25:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-01 16:25:12 (GMT) |
commit | 4c70293755ce8ea0adc5b224c714da2b7625d232 (patch) | |
tree | 0de9b5bf2f7dd0132d08bfa1fb6216ea9647d814 /README | |
parent | 42bf8fc90158072ff0136a7c8bfa0b0dba3a70d6 (diff) | |
parent | e8c2a957c87980a1fd79c39597d40e5c5aeb7048 (diff) | |
download | cpython-4c70293755ce8ea0adc5b224c714da2b7625d232.zip cpython-4c70293755ce8ea0adc5b224c714da2b7625d232.tar.gz cpython-4c70293755ce8ea0adc5b224c714da2b7625d232.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.1 ============================ Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -2012, 2013, 2014, 2015 Python Software Foundation. All rights reserved. +2012, 2013, 2014, 2015, 2016 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, |