diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-01-01 16:23:45 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-01-01 16:23:45 (GMT) |
commit | 75e3630c6071819d3674d956ea754ccb4fed5271 (patch) | |
tree | f5273078bde20b30ac9eada5e2a269a1de826600 /README | |
parent | 14b2c82855c4289593f10165be576fde3119f77d (diff) | |
download | cpython-75e3630c6071819d3674d956ea754ccb4fed5271.zip cpython-75e3630c6071819d3674d956ea754ccb4fed5271.tar.gz cpython-75e3630c6071819d3674d956ea754ccb4fed5271.tar.bz2 |
2016 will be another year of writing copyrighted code
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.3.6 ============================ 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, especially |