diff options
| author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-09-18 06:51:50 (GMT) |
|---|---|---|
| committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-09-18 06:51:50 (GMT) |
| commit | 2d8697f32c81f3db1e08ce198d5cebdeff5cc917 (patch) | |
| tree | 222fd85bf1a866c47bc694f7879dc2cc50cca893 /Misc | |
| parent | 347f3cc40f678ebc9a81928b6860005ff4996abe (diff) | |
| download | cpython-2.5.zip cpython-2.5.tar.gz cpython-2.5.tar.bz2 | |
Preparing for 2.5 final.v2.5
(damn, it's nice to see the line
#define PY_VERSION "2.5"
in patchlevel.h)
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 7 | ||||
| -rw-r--r-- | Misc/RPM/python-2.5.spec | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -4,6 +4,13 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) +What's New in Python 2.5 (final) +================================ + +*Release date: 19-SEP-2006* + +No changes since release candidate 2. + What's New in Python 2.5 release candidate 2? ============================================= diff --git a/Misc/RPM/python-2.5.spec b/Misc/RPM/python-2.5.spec index 4df60e8..74144c2 100644 --- a/Misc/RPM/python-2.5.spec +++ b/Misc/RPM/python-2.5.spec @@ -33,7 +33,7 @@ ################################# %define name python -%define version 2.5c2 +%define version 2.5 %define libvers 2.5 %define release 1pydotorg %define __prefix /usr |
