File tree 6 files changed +15
-5
lines changed
6 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 6
6
}
7
7
8
8
% \date{\today}
9
- \date {October 25 , 2006} % XXX update before final release!
9
+ \date {November 1 , 2006} % XXX update before final release!
10
10
\input {patchlevel } % include Python version information
Original file line number Diff line number Diff line change 22
22
#define PY_MAJOR_VERSION 2
23
23
#define PY_MINOR_VERSION 3
24
24
#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
27
27
28
28
/* Version as a string */
29
29
#define PY_VERSION "2.3.6c1"
Original file line number Diff line number Diff line change
1
+ What's New in IDLE 1.0.6?
2
+ =========================
3
+
4
+ *Release date: 01-Nov-2006*
5
+
1
6
What's New in IDLE 1.0.6c1?
2
7
===========================
3
8
Original file line number Diff line number Diff line change 1
- IDLE_VERSION = "1.0.6c1 "
1
+ IDLE_VERSION = "1.0.6 "
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Python News
4
4
5
5
(editors: check NEWS.help for information about editing NEWS using ReST.)
6
6
7
+ What's New in Python 2.3.6?
8
+ ===========================
9
+
10
+ *Release date: 01-NOV-2006*
11
+
7
12
What's New in Python 2.3.6c1?
8
13
=============================
9
14
Original file line number Diff line number Diff line change 35
35
%define name python
36
36
%define version 2.3.6
37
37
%define libvers 2.3
38
- %define release 4pydotorg
38
+ %define release 1pydotorg
39
39
%define __prefix /usr
40
40
41
41
# kludge to get around rpm <percent>define weirdness
You can’t perform that action at this time.
0 commit comments