Commit bb5cd086 authored by Barry Warsaw's avatar Barry Warsaw

release.py induced and manual editing steps for 3.0a4.

parent dd15bcd5
...@@ -15,14 +15,16 @@ ...@@ -15,14 +15,16 @@
/* Higher for patch releases */ /* Higher for patch releases */
/* Version parsed out into numeric values */ /* Version parsed out into numeric values */
/*--start constants--*/
#define PY_MAJOR_VERSION 3 #define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 0 #define PY_MINOR_VERSION 0
#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 3 #define PY_RELEASE_SERIAL 4
/* Version as a string */ /* Version as a string */
#define PY_VERSION "3.0a3+" #define PY_VERSION "3.0a4"
/*--end constants--*/
/* 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$"
......
...@@ -18,4 +18,7 @@ __revision__ = "$Id$" ...@@ -18,4 +18,7 @@ __revision__ = "$Id$"
# In general, major and minor version should loosely follow the Python # In general, major and minor version should loosely follow the Python
# version number the distutils code was shipped with. # version number the distutils code was shipped with.
# #
__version__ = "2.6.0"
#--start constants--
__version__ = "3.0a4"
#--end constants--
IDLE_VERSION = "3.0a3" IDLE_VERSION = "3.0a4"
...@@ -7,7 +7,7 @@ Python News ...@@ -7,7 +7,7 @@ Python News
What's New in Python 3.0a4? What's New in Python 3.0a4?
=========================== ===========================
*Release date: XX-XXX-2008* *Release date: 02-Apr-2008*
Core and Builtins Core and Builtins
----------------- -----------------
......
...@@ -33,8 +33,10 @@ ...@@ -33,8 +33,10 @@
################################# #################################
%define name python %define name python
%define version 2.6a1 #--start constants--
%define libvers 2.6 %define version 3.0a4
%define libver 3.0
#--end constants--
%define release 1pydotorg %define release 1pydotorg
%define __prefix /usr %define __prefix /usr
......
This is Python version 3.0 alpha 3 This is Python version 3.0 alpha 4
================================== ==================================
For notes specific to this release, see RELNOTES in this directory. For notes specific to this release, see RELNOTES in this directory.
...@@ -21,13 +21,14 @@ the standard library namespace. ...@@ -21,13 +21,14 @@ the standard library namespace.
Release Schedule Release Schedule
---------------- ----------------
The release plan is to have a series of alpha releases in 2007, beta The release plan is to have a series of alpha releases in 2007 and 2008,
releases in 2008, and a final release in August 2008. The alpha beta releases in 2008, and a final release in August 2008. The alpha
releases are primarily aimed at developers who want a sneak peek at releases are primarily aimed at developers who want a sneak peek at the
the new langauge, especially those folks who plan to port their code new langauge, especially those folks who plan to port their code to
to Python 3000. The hope is that by the time of the final release, Python 3000. The hope is that by the time of the final release, many
many 3rd party packages will already be available in a 3.0-compatible 3rd party packages will already be available in a 3.0-compatible form.
form.
See PEP 361 for release details: http://www.python.org/dev/peps/pep-0361/
Documentation Documentation
...@@ -38,12 +39,12 @@ Documentation for Python 3000 is online, updated twice a day: ...@@ -38,12 +39,12 @@ Documentation for Python 3000 is online, updated twice a day:
http://docs.python.org/dev/3.0/ http://docs.python.org/dev/3.0/
All documentation is also available online at the Python web site All documentation is also available online at the Python web site
(http://docs.python.org/, see below). It is available online for occasional (http://docs.python.org/, see below). It is available online for
reference, or can be downloaded in many formats for faster access. The occasional reference, or can be downloaded in many formats for faster
documentation is downloadable in HTML, PostScript, PDF, LaTeX (through 2.5), and access. The documentation is downloadable in HTML, PostScript, PDF,
reStructuredText (2.6+) formats; the LaTeX and reStructuredText versions are LaTeX (through 2.5), and reStructuredText (2.6+) formats; the LaTeX and
primarily for documentation authors, translators, and people with special reStructuredText versions are primarily for documentation authors,
formatting requirements. translators, and people with special formatting requirements.
This is a work in progress; please help improve it! This is a work in progress; please help improve it!
...@@ -86,7 +87,7 @@ is incomplete, and also doesn't list anything merged in from the 2.6 ...@@ -86,7 +87,7 @@ is incomplete, and also doesn't list anything merged in from the 2.6
release under development). release under development).
Proposals for enhancement Proposals for enhancement
------------------------------ -------------------------
If you have a proposal to change Python, you may want to send an email to the If you have a proposal to change Python, you may want to send an email to the
comp.lang.python or python-ideas mailing lists for inital feedback. A Python comp.lang.python or python-ideas mailing lists for inital feedback. A Python
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment