diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-01 16:25:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-01 16:25:22 (GMT) |
commit | 71db903563906cedfc098418659d1200043cd14c (patch) | |
tree | ff98ce9b9f201d87e9ae7d8ed1aa3492d5a91046 /README | |
parent | 288cb25f1a208fe09b9e06ba479e11c1157da4b5 (diff) | |
parent | 4c70293755ce8ea0adc5b224c714da2b7625d232 (diff) | |
download | cpython-71db903563906cedfc098418659d1200043cd14c.zip cpython-71db903563906cedfc098418659d1200043cd14c.tar.gz cpython-71db903563906cedfc098418659d1200043cd14c.tar.bz2 |
merge 3.5
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.6.0 alpha 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, |