diff options
author | Larry Hastings <larry@hastings.org> | 2019-03-04 02:06:04 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2019-03-04 02:06:04 (GMT) |
commit | 14bb5cb1db0390dfce73ba1c36dd5a85762baa14 (patch) | |
tree | 08129c849ff7344c13b1c41d7cb1da033687030f /README | |
parent | 17ebd2662bc1889bd563bca4d26f8e541ea7eaff (diff) | |
download | cpython-3.4.10rc1.zip cpython-3.4.10rc1.tar.gz cpython-3.4.10rc1.tar.bz2 |
Version bump & copyright year update for 3.4.10rc1.v3.4.10rc1
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,9 +1,9 @@ -This is Python version 3.4.9 -============================ +This is Python version 3.4.10rc1 +================================ -Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation. All rights -reserved. +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 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,9 +175,9 @@ See PEP 429 for release details: http://www.python.org/dev/peps/pep-0429/ Copyright and License Information --------------------------------- -Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, -2012, 2013, 2014, 2015, 2016, 2017, 2018 Python Software Foundation. All rights -reserved. +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, +2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Python Software +Foundation. All rights reserved. Copyright (c) 2000 BeOpen.com. All rights reserved. |