[Python-checkins] r61143 - in python/trunk: Include/patchlevel.h Misc/NEWS

barry.warsaw python-checkins at python.org
Sat Mar 1 03:23:38 CET 2008


Author: barry.warsaw
Date: Sat Mar  1 03:23:38 2008
New Revision: 61143

Modified:
   python/trunk/Include/patchlevel.h
   python/trunk/Misc/NEWS
Log:
Bump to version 2.6a1


Modified: python/trunk/Include/patchlevel.h
==============================================================================
--- python/trunk/Include/patchlevel.h	(original)
+++ python/trunk/Include/patchlevel.h	Sat Mar  1 03:23:38 2008
@@ -23,10 +23,10 @@
 #define PY_MINOR_VERSION	6
 #define PY_MICRO_VERSION	0
 #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL	0
+#define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
-#define PY_VERSION		"2.6a0"
+#define PY_VERSION		"2.6a1"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sat Mar  1 03:23:38 2008
@@ -12,8 +12,8 @@
 Core and builtins
 -----------------
 
-- Issue #2051: pyc and pyo files are not longer created with permission 644. The
-  mode is now inherited from the py file.
+- Issue #2051: pyc and pyo files are not longer created with permission
+  644. The mode is now inherited from the py file.
 
 - Issue #2067: file.__exit__() now calls subclasses' close() method.
 


More information about the Python-checkins mailing list