}
%\date{\today}
-\date{February 8, 2005} % XXX update before final release!
+\date{October 25, 2006} % XXX update before final release!
\input{patchlevel} % include Python version information
\linev{2.3.3}{2.3.2}{2003}{PSF}{yes}
\linev{2.3.4}{2.3.3}{2004}{PSF}{yes}
\linev{2.3.5}{2.3.4}{2005}{PSF}{yes}
+ \linev{2.3.6}{2.3.5}{2006}{PSF}{yes}
\end{tablev}
\note{GPL-compatible doesn't mean that we're distributing
/* Version parsed out into numeric values */
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 3
-#define PY_MICRO_VERSION 5
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 6
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.3.5"
+#define PY_VERSION "2.3.6c1"
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */
2.3.3 2.3.2 2002-2003 PSF yes
2.3.4 2.3.3 2004 PSF yes
2.3.5 2.3.4 2004-2005 PSF yes
+ 2.3.6 2.3.5 2006 PSF yes
Footnotes:
+What's New in IDLE 1.0.6c1?
+===========================
+
+*Release date: 25-Oct-2006*
+
What's New in IDLE 1.0.5?
=========================
-IDLE_VERSION = "1.0.5"
+IDLE_VERSION = "1.0.6c1"
#################################
%define name python
-%define version 2.3.5
+%define version 2.3.6
%define libvers 2.3
%define release 4pydotorg
%define __prefix /usr
-This is Python version 2.3.5
+This is Python version 2.3.6
============================
-Copyright (c) 2001, 2002, 2003, 2004, 2005 Python Software Foundation.
+Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.
All rights reserved.
Copyright (c) 2000 BeOpen.com.