mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
pre-release machinations
This commit is contained in:
parent
30eb9660b6
commit
5d32a9f188
7 changed files with 10 additions and 10 deletions
|
@ -5,5 +5,5 @@
|
||||||
Email: \email{docs@python.org}
|
Email: \email{docs@python.org}
|
||||||
}
|
}
|
||||||
|
|
||||||
\date{11th July, 2006} % XXX update before final release!
|
\date{3rd August, 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_BETA
|
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
|
||||||
#define PY_RELEASE_SERIAL 2
|
#define PY_RELEASE_SERIAL 3
|
||||||
|
|
||||||
/* Version as a string */
|
/* Version as a string */
|
||||||
#define PY_VERSION "2.5b2"
|
#define PY_VERSION "2.5b3"
|
||||||
|
|
||||||
/* 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,7 +1,7 @@
|
||||||
What's New in IDLE 1.2c1?
|
What's New in IDLE 1.2b3?
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
*Release date: XX-XXX-2006*
|
*Release date: 03-AUG-2006*
|
||||||
|
|
||||||
- EditorWindow.test() was failing. Bug 1417598
|
- EditorWindow.test() was failing. Bug 1417598
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
IDLE_VERSION = "1.2b2"
|
IDLE_VERSION = "1.2b3"
|
||||||
|
|
|
@ -7,7 +7,7 @@ Python News
|
||||||
What's New in Python 2.5 beta 3?
|
What's New in Python 2.5 beta 3?
|
||||||
================================
|
================================
|
||||||
|
|
||||||
*Release date: XX-AUG-2006*
|
*Release date: 03-AUG-2006*
|
||||||
|
|
||||||
Core and builtins
|
Core and builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
%define name python
|
%define name python
|
||||||
%define version 2.5b2
|
%define version 2.5b3
|
||||||
%define libvers 2.5
|
%define libvers 2.5
|
||||||
%define release 1pydotorg
|
%define release 1pydotorg
|
||||||
%define __prefix /usr
|
%define __prefix /usr
|
||||||
|
|
4
README
4
README
|
@ -1,5 +1,5 @@
|
||||||
This is Python version 2.5 beta 2
|
This is Python version 2.5 beta 3
|
||||||
==================================
|
=================================
|
||||||
|
|
||||||
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.
|
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue