Kaydet (Commit) 5c099d7c authored tarafından Anthony Baxter's avatar Anthony Baxter

updates for 2.3.6 final

üst 07813576
...@@ -6,5 +6,5 @@ ...@@ -6,5 +6,5 @@
} }
%\date{\today} %\date{\today}
\date{October 25, 2006} % XXX update before final release! \date{November 1, 2006} % XXX update before final release!
\input{patchlevel} % include Python version information \input{patchlevel} % include Python version information
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
#define PY_MAJOR_VERSION 2 #define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 3 #define PY_MINOR_VERSION 3
#define PY_MICRO_VERSION 6 #define PY_MICRO_VERSION 6
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 1 #define PY_RELEASE_SERIAL 0
/* Version as a string */ /* Version as a string */
#define PY_VERSION "2.3.6c1" #define PY_VERSION "2.3.6c1"
......
What's New in IDLE 1.0.6?
=========================
*Release date: 01-Nov-2006*
What's New in IDLE 1.0.6c1? What's New in IDLE 1.0.6c1?
=========================== ===========================
......
IDLE_VERSION = "1.0.6c1" IDLE_VERSION = "1.0.6"
...@@ -4,6 +4,11 @@ Python News ...@@ -4,6 +4,11 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.) (editors: check NEWS.help for information about editing NEWS using ReST.)
What's New in Python 2.3.6?
===========================
*Release date: 01-NOV-2006*
What's New in Python 2.3.6c1? What's New in Python 2.3.6c1?
============================= =============================
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
%define name python %define name python
%define version 2.3.6 %define version 2.3.6
%define libvers 2.3 %define libvers 2.3
%define release 4pydotorg %define release 1pydotorg
%define __prefix /usr %define __prefix /usr
# kludge to get around rpm <percent>define weirdness # kludge to get around rpm <percent>define weirdness
......
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