diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-01-02 04:07:37 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2017-01-02 04:07:37 (GMT) |
commit | b6e2142b0cf96ffd081eff1f4f6d90074efa0ead (patch) | |
tree | 49c21dfe6808067b82cfff50842abade7967cc5e /README | |
parent | dd5c73b4f20331c15d2239658bcc17c5c703c370 (diff) | |
parent | e527dd34bc4d894b469f48af9369b0f8e1138ea9 (diff) | |
download | cpython-b6e2142b0cf96ffd081eff1f4f6d90074efa0ead.zip cpython-b6e2142b0cf96ffd081eff1f4f6d90074efa0ead.tar.gz cpython-b6e2142b0cf96ffd081eff1f4f6d90074efa0ead.tar.bz2 |
merge 3.3
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ This is Python version 3.4.5 ============================ Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -2012, 2013, 2014, 2015, 2016 Python Software Foundation. All rights reserved. +2012, 2013, 2014, 2015, 2016, 2017 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 |