diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-01-01 00:10:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-01-01 00:10:13 (GMT) |
commit | 7919acb9202e1b4cf703d54a9346b980f8885a29 (patch) | |
tree | 2ba4872b50ee3e660aa2bfa97a3a9ba2e0e4db1a /README | |
parent | 9582b33933692a432d9285a7b89091356e78aad6 (diff) | |
parent | 47e782a67a79e7d4fdc4536c6d6935c0e3b45705 (diff) | |
download | cpython-7919acb9202e1b4cf703d54a9346b980f8885a29.zip cpython-7919acb9202e1b4cf703d54a9346b980f8885a29.tar.gz cpython-7919acb9202e1b4cf703d54a9346b980f8885a29.tar.bz2 |
merge 3.2
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 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 |