mirror of https://github.com/python/cpython
2.5a2
This commit is contained in:
parent
4b8ec63114
commit
c7d00327ab
|
@ -5,5 +5,5 @@
|
||||||
Email: \email{docs@python.org}
|
Email: \email{docs@python.org}
|
||||||
}
|
}
|
||||||
|
|
||||||
\date{5th April 2006} % XXX update before final release!
|
\date{27th April 2006} % XXX update before final release!
|
||||||
\input{patchlevel} % include Python version information
|
\input{patchlevel} % include Python version information
|
||||||
|
|
|
@ -23,10 +23,10 @@
|
||||||
#define PY_MINOR_VERSION 5
|
#define PY_MINOR_VERSION 5
|
||||||
#define PY_MICRO_VERSION 0
|
#define PY_MICRO_VERSION 0
|
||||||
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
|
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
|
||||||
#define PY_RELEASE_SERIAL 1
|
#define PY_RELEASE_SERIAL 2
|
||||||
|
|
||||||
/* Version as a string */
|
/* Version as a string */
|
||||||
#define PY_VERSION "2.5a1"
|
#define PY_VERSION "2.5a2"
|
||||||
|
|
||||||
/* Subversion Revision number of this file (not of the repository) */
|
/* Subversion Revision number of this file (not of the repository) */
|
||||||
#define PY_PATCHLEVEL_REVISION "$Revision$"
|
#define PY_PATCHLEVEL_REVISION "$Revision$"
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
What's New in IDLE 1.2a2?
|
||||||
|
=========================
|
||||||
|
|
||||||
|
*Release date: 27-APR-2006*
|
||||||
|
|
||||||
What's New in IDLE 1.2a1?
|
What's New in IDLE 1.2a1?
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
IDLE_VERSION = "1.2a1"
|
IDLE_VERSION = "1.2a2"
|
||||||
|
|
|
@ -7,7 +7,7 @@ Python News
|
||||||
What's New in Python 2.5 alpha 2?
|
What's New in Python 2.5 alpha 2?
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
*Release date: XX-XXX-2006*
|
*Release date: 27-APR-2006*
|
||||||
|
|
||||||
Core and builtins
|
Core and builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
Loading…
Reference in New Issue