Kaydet (Commit) 1803024c authored tarafından Barry Warsaw's avatar Barry Warsaw

More copyright year updates.

üst fc79e8fd
...@@ -102,6 +102,8 @@ been GPL-compatible; the table below summarizes the various releases. ...@@ -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.4 | 2.6.3 | 2009 | PSF | yes |
+----------------+--------------+-----------+------------+-----------------+ +----------------+--------------+-----------+------------+-----------------+
| 2.6.5 | 2.6.4 | 2010 | PSF | yes |
+----------------+--------------+-----------+------------+-----------------+
.. note:: .. note::
......
...@@ -62,6 +62,7 @@ the various releases. ...@@ -62,6 +62,7 @@ the various releases.
2.6.2 2.6.1 2009 PSF yes 2.6.2 2.6.1 2009 PSF yes
2.6.3 2.6.2 2009 PSF yes 2.6.3 2.6.2 2009 PSF yes
2.6.4 2.6.3 2009 PSF yes 2.6.4 2.6.3 2009 PSF yes
2.6.5 2.6.4 2010 PSF yes
Footnotes: Footnotes:
......
What's New in Python 2.6.4rc1 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 - OutputWindow/PyShell right click menu "Go to file/line" wasn't working with
file paths containing spaces. Bug 5559. file paths containing spaces. Bug 5559.
......
...@@ -61,7 +61,7 @@ BEGIN ...@@ -61,7 +61,7 @@ BEGIN
VALUE "FileDescription", "Python Core\0" VALUE "FileDescription", "Python Core\0"
VALUE "FileVersion", PYTHON_VERSION VALUE "FileVersion", PYTHON_VERSION
VALUE "InternalName", "Python DLL\0" 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 "OriginalFilename", PYTHON_DLL_NAME "\0"
VALUE "ProductName", "Python\0" VALUE "ProductName", "Python\0"
VALUE "ProductVersion", PYTHON_VERSION VALUE "ProductVersion", PYTHON_VERSION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment