Skip to content

Commit 5c099d7

Browse files
committed
updates for 2.3.6 final
1 parent 0781357 commit 5c099d7

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

Doc/commontex/boilerplate.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
}
77

88
%\date{\today}
9-
\date{October 25, 2006} % XXX update before final release!
9+
\date{November 1, 2006} % XXX update before final release!
1010
\input{patchlevel} % include Python version information

Include/patchlevel.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
#define PY_MAJOR_VERSION 2
2323
#define PY_MINOR_VERSION 3
2424
#define PY_MICRO_VERSION 6
25-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
26-
#define PY_RELEASE_SERIAL 1
25+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
26+
#define PY_RELEASE_SERIAL 0
2727

2828
/* Version as a string */
2929
#define PY_VERSION "2.3.6c1"

Lib/idlelib/NEWS.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
What's New in IDLE 1.0.6?
2+
=========================
3+
4+
*Release date: 01-Nov-2006*
5+
16
What's New in IDLE 1.0.6c1?
27
===========================
38

Lib/idlelib/idlever.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IDLE_VERSION = "1.0.6c1"
1+
IDLE_VERSION = "1.0.6"

Misc/NEWS

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Python News
44

55
(editors: check NEWS.help for information about editing NEWS using ReST.)
66

7+
What's New in Python 2.3.6?
8+
===========================
9+
10+
*Release date: 01-NOV-2006*
11+
712
What's New in Python 2.3.6c1?
813
=============================
914

Misc/RPM/python-2.3.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
%define name python
3636
%define version 2.3.6
3737
%define libvers 2.3
38-
%define release 4pydotorg
38+
%define release 1pydotorg
3939
%define __prefix /usr
4040

4141
# kludge to get around rpm <percent>define weirdness

0 commit comments

Comments
 (0)