diff options
author | Barry Warsaw <barry@python.org> | 2010-03-01 22:16:51 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-03-01 22:16:51 (GMT) |
commit | 1803024c8a13c14d1f02e640ddca054077449698 (patch) | |
tree | fc0391c1682098380a3bf2e8aa15f20a1f87a2bf | |
parent | fc79e8fd8e681410739f266cf6c5ac0094d55ec6 (diff) | |
download | cpython-2.6.5rc1.zip cpython-2.6.5rc1.tar.gz cpython-2.6.5rc1.tar.bz2 |
More copyright year updates.v2.6.5rc1
-rw-r--r-- | Doc/license.rst | 2 | ||||
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | Lib/idlelib/NEWS.txt | 2 | ||||
-rw-r--r-- | PC/python_nt.rc | 2 |
4 files changed, 5 insertions, 2 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index 34f09ad..6ab673c 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -102,6 +102,8 @@ been GPL-compatible; the table below summarizes the various releases. +----------------+--------------+-----------+------------+-----------------+ | 2.6.4 | 2.6.3 | 2009 | PSF | yes | +----------------+--------------+-----------+------------+-----------------+ +| 2.6.5 | 2.6.4 | 2010 | PSF | yes | ++----------------+--------------+-----------+------------+-----------------+ .. note:: @@ -62,6 +62,7 @@ the various releases. 2.6.2 2.6.1 2009 PSF yes 2.6.3 2.6.2 2009 PSF yes 2.6.4 2.6.3 2009 PSF yes + 2.6.5 2.6.4 2010 PSF yes Footnotes: diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index c07484d..bb4c143 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ What's New in Python 2.6.4rc1 ============================= -*Release date: XX-Oct-2009* +*Release date: 07-Oct-2009* - OutputWindow/PyShell right click menu "Go to file/line" wasn't working with file paths containing spaces. Bug 5559. diff --git a/PC/python_nt.rc b/PC/python_nt.rc index e132837..f5fff87 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -61,7 +61,7 @@ BEGIN VALUE "FileDescription", "Python Core\0" VALUE "FileVersion", PYTHON_VERSION VALUE "InternalName", "Python DLL\0" - VALUE "LegalCopyright", "Copyright © 2001-2008 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" + VALUE "LegalCopyright", "Copyright © 2001-2010 Python Software Foundation. Copyright © 2000 BeOpen.com. Copyright © 1995-2001 CNRI. Copyright © 1991-1995 SMC.\0" VALUE "OriginalFilename", PYTHON_DLL_NAME "\0" VALUE "ProductName", "Python\0" VALUE "ProductVersion", PYTHON_VERSION |