diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-01 04:02:41 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-01 04:02:41 (GMT) |
commit | a015bb1e2ba036624007d640d27115b4252bd497 (patch) | |
tree | 3bba18e6cb907ad2f81c3998bd6e3c6e653f25d5 /README | |
parent | b6728880927dbd290fd11f553b42316eb9c4b09d (diff) | |
parent | fa10ae097855c5bf927414fce2cc12aee3cdcc98 (diff) | |
download | cpython-a015bb1e2ba036624007d640d27115b4252bd497.zip cpython-a015bb1e2ba036624007d640d27115b4252bd497.tar.gz cpython-a015bb1e2ba036624007d640d27115b4252bd497.tar.bz2 |
merge 3.3
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ This is Python version 3.4.0 beta 1 =================================== Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -2012, 2013 Python Software Foundation. All rights reserved. +2012, 2013, 2014 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 @@ -175,7 +175,7 @@ Copyright and License Information --------------------------------- Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -2012, 2013 Python Software Foundation. All rights reserved. +2012, 2013, 2014 Python Software Foundation. All rights reserved. Copyright (c) 2000 BeOpen.com. All rights reserved. |