]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
release.py induced and manual editing steps for 3.0a4. v3.0a4
authorBarry Warsaw <barry@python.org>
Wed, 2 Apr 2008 23:33:27 +0000 (23:33 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 2 Apr 2008 23:33:27 +0000 (23:33 +0000)
Include/patchlevel.h
Lib/distutils/__init__.py
Lib/idlelib/idlever.py
Misc/NEWS
Misc/RPM/python-3.0.spec
README

index a3aac4c6ccda418eecae8b4074514f8e3636f339..89a852706423808bcef0bafe23fb79d2fc19e666 100644 (file)
                                        /* Higher for patch releases */
 
 /* Version parsed out into numeric values */
+/*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       0
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      3
+#define PY_RELEASE_SERIAL      4
 
 /* 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) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"
index 0c3d939dc3c614cd3df0f92b1bb01101cbe0f6b0..b583e397e2ba7fc3fc6eef27d09fab5725a69348 100644 (file)
@@ -18,4 +18,7 @@ __revision__ = "$Id$"
 # In general, major and minor version should loosely follow the Python
 # version number the distutils code was shipped with.
 #
-__version__ = "2.6.0"
+
+#--start constants--
+__version__ = "3.0a4"
+#--end constants--
index fa352a7d54ed58b3f52107ff40e30bdc0a621864..0a82c9a09d19c046d223318225c8c58c0dd066aa 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "3.0a3"
+IDLE_VERSION = "3.0a4"
index 8aa1f303311fa42e28acce31c32dea9da4b60bda..58d64c8f7e039c8ee3756100b0f24b5241fa4ff2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 3.0a4?
 ===========================
 
-*Release date: XX-XXX-2008*
+*Release date: 02-Apr-2008*
 
 Core and Builtins
 -----------------
index 73eba566a3792d0bc0ce8f83266677714338f18c..25e25ef2f76cb93f3c4b33997680061f963f8c51 100644 (file)
 #################################
 
 %define name python
-%define version 2.6a1
-%define libvers 2.6
+#--start constants--
+%define version 3.0a4
+%define libver 3.0
+#--end constants--
 %define release 1pydotorg
 %define __prefix /usr
 
diff --git a/README b/README
index e9d00a99b5692d15565a49878baaffc6ece71ca2..b5efc82fad58458756ec06f6ac5f8051e4af97e9 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-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.
@@ -21,13 +21,14 @@ the standard library namespace.
 Release Schedule
 ----------------
 
-The release plan is to have a series of alpha releases in 2007, 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
-the new langauge, especially those folks who plan to port their code
-to Python 3000.  The hope is that by the time of the final release,
-many 3rd party packages will already be available in a 3.0-compatible
-form.
+The release plan is to have a series of alpha releases in 2007 and 2008,
+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 the
+new langauge, especially those folks who plan to port their code to
+Python 3000.  The hope is that by the time of the final release, many
+3rd party packages will already be available in a 3.0-compatible form.
+
+See PEP 361 for release details: http://www.python.org/dev/peps/pep-0361/
 
 
 Documentation
@@ -38,12 +39,12 @@ Documentation for Python 3000 is online, updated twice a day:
     http://docs.python.org/dev/3.0/
 
 All documentation is also available online at the Python web site
-(http://docs.python.org/, see below).  It is available online for occasional
-reference, or can be downloaded in many formats for faster access.  The
-documentation is downloadable in HTML, PostScript, PDF, LaTeX (through 2.5), and
-reStructuredText (2.6+) formats; the LaTeX and reStructuredText versions are
-primarily for documentation authors, translators, and people with special
-formatting requirements.
+(http://docs.python.org/, see below).  It is available online for
+occasional reference, or can be downloaded in many formats for faster
+access.  The documentation is downloadable in HTML, PostScript, PDF,
+LaTeX (through 2.5), and reStructuredText (2.6+) formats; the LaTeX and
+reStructuredText versions are primarily for documentation authors,
+translators, and people with special formatting requirements.
 
 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
 release under development).
 
 Proposals for enhancement
-------------------------------
+-------------------------
 
 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