[Mailman-Developers] forwarded message from Guido van Rossum

Barry A. Warsaw barry@digicool.com
Thu, 14 Jun 2001 14:27:42 -0400


--OwxX7sxeZ1
Content-Type: text/plain; charset=us-ascii
Content-Description: message body text
Content-Transfer-Encoding: 7bit


For those of you concerned in these sorts of issues, this is great
news.  I've done some limited testing of MM2.0.5 and MM2.1alpha
against Python 2.0.1 and it all seems to work.  I think we can finally
put the GPL-compatibility issue to bed.

-Barry


--OwxX7sxeZ1
Content-Type: message/rfc822
Content-Description: forwarded message
Content-Transfer-Encoding: 7bit

Return-Path: <python-dev-admin@python.org>
Delivered-To: barry@wooz.org
Received: from mail.python.org (mail.python.org [63.102.49.29])
	by mail.wooz.org (Postfix) with ESMTP id 54D47D35F0
	for <barry@wooz.org>; Thu, 14 Jun 2001 13:34:20 -0400 (EDT)
Received: from localhost.localdomain ([127.0.0.1] helo=mail.python.org)
	by mail.python.org with esmtp (Exim 3.21 #1)
	id 15AazQ-0004gd-00; Thu, 14 Jun 2001 13:33:04 -0400
Received: from [208.184.249.89] (helo=odiug.digicool.com)
	by mail.python.org with esmtp (Exim 3.21 #1)
	id 15AazJ-0004gC-00; Thu, 14 Jun 2001 13:32:57 -0400
Received: from odiug.digicool.com (guido@localhost)
	by odiug.digicool.com (8.11.0/8.11.0) with ESMTP id f5EHUgX03621;
	Thu, 14 Jun 2001 13:30:42 -0400
Message-Id: <200106141730.f5EHUgX03621@odiug.digicool.com>
Errors-To: python-dev-admin@python.org
Precedence: bulk
List-Help: <mailto:python-dev-request@python.org?subject=help>
List-Post: <mailto:python-dev@python.org>
List-Subscribe: <http://mail.python.org/mailman/listinfo/python-dev>,
	<mailto:python-dev-request@python.org?subject=subscribe>
List-Id: Python core developers <python-dev.python.org>
List-Unsubscribe: <http://mail.python.org/mailman/listinfo/python-dev>,
	<mailto:python-dev-request@python.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/python-dev/>
From: Guido van Rossum <guido@digicool.com>
Sender: python-dev-admin@python.org
To: python-announce@python.org, python-list@python.org,
	python-dev@python.org
Subject: [Python-Dev] Python 2.0.1c1 - GPL-compatible release candidate
Date: Thu, 14 Jun 2001 13:30:42 -0400
X-BeenThere: python-dev@python.org
X-Mailman-Version: 2.0.5 (101270)

With a sigh of relief I announce Python 2.0.1c1 -- the first Python
release in a long time whose license is fully compatible with the GPL:

    http://www.python.org/2.0.1/

I thank Moshe Zadka who did almost all of the work to make this a
useful bugfix release, and then went incommunicado for several weeks.
(I hope you're OK, Moshe!)

Note that this is a release candidate.  We don't expect any problems,
but we're being careful nevertheless.  We're planning to do the final
release of 2.0.1 a week from now; expect it to be identical to the
release candidate except for some dotted i's and crossed t's.

Python 2.0 users should be able to replace their 2.0 installation with
the 2.0.1 release without any ill effects; apart from the license
change, we've only fixed bugs that didn't require us to make feature
changes.  The SRE package (regular expression matching, used by the
"re" module) was brought in line with the version distributed with
Python 2.1; this is stable feature-wise but much improved bug-wise.

For the full scoop, see the release notes on SourceForge:

    http://sourceforge.net/project/shownotes.php?release_id=39267

Python 2.1 users can ignore this release, unless they have an urgent
need for a GPL-compatible Python version and are willing to downgrade.
Rest assured that we're planning a bugfix release there too: I expect
that Python 2.1.1 will be released within a month, with the same
GPL-compatible license.  (Right, Thomas?)

We don't intend to build RPMs for 2.0.1.  If someone else is
interested in doing so, we can link to them.

--Guido van Rossum (home page: http://www.python.org/~guido/)

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev

--OwxX7sxeZ1--