[Python-checkins] r52572 - in python/branches/release23-maint: Doc/commontex/boilerplate.tex Include/patchlevel.h Lib/idlelib/NEWS.txt Lib/idlelib/idlever.py Misc/NEWS Misc/RPM/python-2.3.spec

anthony.baxter python-checkins at python.org
Wed Nov 1 08:04:57 CET 2006


Author: anthony.baxter
Date: Wed Nov  1 08:04:56 2006
New Revision: 52572

Modified:
   python/branches/release23-maint/Doc/commontex/boilerplate.tex
   python/branches/release23-maint/Include/patchlevel.h
   python/branches/release23-maint/Lib/idlelib/NEWS.txt
   python/branches/release23-maint/Lib/idlelib/idlever.py
   python/branches/release23-maint/Misc/NEWS
   python/branches/release23-maint/Misc/RPM/python-2.3.spec
Log:
updates for 2.3.6 final

Modified: python/branches/release23-maint/Doc/commontex/boilerplate.tex
==============================================================================
--- python/branches/release23-maint/Doc/commontex/boilerplate.tex	(original)
+++ python/branches/release23-maint/Doc/commontex/boilerplate.tex	Wed Nov  1 08:04:56 2006
@@ -6,5 +6,5 @@
 }
 
 %\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

Modified: python/branches/release23-maint/Include/patchlevel.h
==============================================================================
--- python/branches/release23-maint/Include/patchlevel.h	(original)
+++ python/branches/release23-maint/Include/patchlevel.h	Wed Nov  1 08:04:56 2006
@@ -22,8 +22,8 @@
 #define PY_MAJOR_VERSION	2
 #define PY_MINOR_VERSION	3
 #define PY_MICRO_VERSION	6
-#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL	1
+#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
 #define PY_VERSION		"2.3.6c1"

Modified: python/branches/release23-maint/Lib/idlelib/NEWS.txt
==============================================================================
--- python/branches/release23-maint/Lib/idlelib/NEWS.txt	(original)
+++ python/branches/release23-maint/Lib/idlelib/NEWS.txt	Wed Nov  1 08:04:56 2006
@@ -1,3 +1,8 @@
+What's New in IDLE 1.0.6?
+=========================
+
+*Release date: 01-Nov-2006*
+
 What's New in IDLE 1.0.6c1?
 ===========================
 

Modified: python/branches/release23-maint/Lib/idlelib/idlever.py
==============================================================================
--- python/branches/release23-maint/Lib/idlelib/idlever.py	(original)
+++ python/branches/release23-maint/Lib/idlelib/idlever.py	Wed Nov  1 08:04:56 2006
@@ -1 +1 @@
-IDLE_VERSION = "1.0.6c1"
+IDLE_VERSION = "1.0.6"

Modified: python/branches/release23-maint/Misc/NEWS
==============================================================================
--- python/branches/release23-maint/Misc/NEWS	(original)
+++ python/branches/release23-maint/Misc/NEWS	Wed Nov  1 08:04:56 2006
@@ -4,6 +4,11 @@
 
 (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?
 =============================
 

Modified: python/branches/release23-maint/Misc/RPM/python-2.3.spec
==============================================================================
--- python/branches/release23-maint/Misc/RPM/python-2.3.spec	(original)
+++ python/branches/release23-maint/Misc/RPM/python-2.3.spec	Wed Nov  1 08:04:56 2006
@@ -35,7 +35,7 @@
 %define name python
 %define version 2.3.6
 %define libvers 2.3
-%define release 4pydotorg
+%define release 1pydotorg
 %define __prefix /usr
 
 #  kludge to get around rpm <percent>define weirdness


More information about the Python-checkins mailing list