File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 Email: \email {docs@python.org}
66}
77
8- \date {14th February, 2008} % XXX update before final release!
8+ \date {21th February, 2008} % XXX update before final release!
99\input {patchlevel } % include Python version information
Original file line number Diff line number Diff line change 2222#define PY_MAJOR_VERSION 2
2323#define PY_MINOR_VERSION 5
2424#define PY_MICRO_VERSION 2
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 */
29- #define PY_VERSION "2.5.2c1 "
29+ #define PY_VERSION "2.5.2 "
3030
3131/* Subversion Revision number of this file (not of the repository) */
3232#define PY_PATCHLEVEL_REVISION "$Revision$"
Original file line number Diff line number Diff line change 1+ What's New in IDLE 1.2.2?
2+ =========================
3+
4+ *Release date: 21-FEB-2008*
5+
16What's New in IDLE 1.2.2c1?
27=========================
38
Original file line number Diff line number Diff line change 1- IDLE_VERSION = "1.2.2c1 "
1+ IDLE_VERSION = "1.2.2 "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Python News
77What's New in Python 2.5.2?
88=============================
99
10- *Release date: XX -Feb-2008*
10+ *Release date: 21 -Feb-2008*
1111
1212Extension Modules
1313-----------------
You can’t perform that action at this time.
0 commit comments