diff options
author | Larry Hastings <larry@hastings.org> | 2019-03-04 02:09:45 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2019-03-04 02:09:45 (GMT) |
commit | d571dd3c98660298dae371899a0331135e843be2 (patch) | |
tree | 352ca232941fef85c3cf6fe2fb5557551847d02a /README | |
parent | 485fa7e0ad9b557fc94175fb482de5e2a8f9bf35 (diff) | |
download | cpython-d571dd3c98660298dae371899a0331135e843be2.zip cpython-d571dd3c98660298dae371899a0331135e843be2.tar.gz cpython-d571dd3c98660298dae371899a0331135e843be2.tar.bz2 |
Version bump & copyright year update for 3.5.7rc1.v3.5.7rc1
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.5.6 -============================ +This is Python version 3.5.7rc1 +=============================== -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, @@ -222,9 +222,9 @@ See PEP 478 for release details: http://www.python.org/dev/peps/pep-0478/ 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. |