[Lunar-commits] <moonbase> Python: version bumped to 2.6.
Florin Braescu
florin at lunar-linux.org
Sat Oct 4 17:48:38 CEST 2008
commit 10e6c55778b6c11eb31d9764ed524945217ba654
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Oct 4 18:48:38 2008 +0300
Python: version bumped to 2.6.
The major theme of Python 2.6 is preparing the migration path to Python
3.0, a major redesign of the language. Whenever possible, Python 2.6
incorporates new features and syntax from 3.0 while remaining compatible
with existing code by not removing older features or syntax.
Some significant new packages have been added to the standard library,
such as the multiprocessing and json modules, but there aren't many new
features that aren't related to Python 3.0 in some way.
Python 2.6 also sees a number of improvements and bugfixes throughout the
source. A search through the change logs finds there were 259 patches
applied and 612 bugs fixed between Python 2.5 and 2.6.
---
python/Python/DETAILS | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/python/Python/DETAILS b/python/Python/DETAILS
index 4889838..bf7587d 100644
--- a/python/Python/DETAILS
+++ b/python/Python/DETAILS
@@ -1,12 +1,12 @@
MODULE=Python
- VERSION=2.5.2
- MAJOR_VERSION=2.5
+ VERSION=2.6
+ MAJOR_VERSION=2.6
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://www.python.org/ftp/python/$VERSION
- SOURCE_VFY=sha1:4755d212f50af704c20224a6966e23acc5aea60f
+ SOURCE_VFY=sha1:1a7d60009e72605ddd638f35a5bfe99b4ede6823
WEB_SITE=http://www.python.org
ENTERED=20010922
- UPDATED=20080221
+ UPDATED=20081004
PSAFE=no
SHORT="Interpreted, interactive, object-oriented programming language"
More information about the Lunar-commits
mailing list