Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1382903475; bh=LMEfv1ugBmV3yCqvYB4CYEMauUbbRPBKH4hAxglCxt0=; h=Date:Subject:From:To:From; b=q2vnKx6Bz/Zh6iwIEq7AS3YVfO1rhnS65r+8XcxwsG/YJCZUc3q0gH64TZxaoSBMX +RhxF45uDMtr/ZevDCgaCoMVXFTQQ8fx/lJimqplBk5JkGWzADFbNTIgP1CZhLdYhq 6bydFRiDXIeDwXptImpNe07ZBXRHxEKNiyY6fFes= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:date:message-id:subject:from:to:content-type; bh=NAOY+BvQVtZ4nLYNe6vlqi/6PEOphJOkNuXosQvwJOo=; b=TkEzpfIPWdTz9+YBlc4Vi/xeGqY5BUuwdMIW6JE7Wy6Xh53aD0in4mwWqj+v28gDSV Sih0B8L16O0dbDMItMKp++7ohodqf14hxH9qganzk5HrdrEfwd07XMsjOBl/TxpxBYCU S0OImTXltqtx9cRPixRc1T30KYIqxp4/QI/yqol7AzLzzQWOi5c4ExEIWWqrF6n28za0 boqY0qP2uu+BTtwn3P4wNV/dJBnZU4PkBc3XAMnjxG28ZMR3L+ySoJj70B0OSwiqkIlr AwcvMNPKj3ztuOPD25bGS+0pr5CHQvhiCpeps6qACd2Lqq3Cuokc/E8B4vbygG+xeqw1 8+nQ== MIME-Version: 1.0 X-Received: by 10.180.39.212 with SMTP id r20mr6202877wik.13.1382903474029; Sun, 27 Oct 2013 12:51:14 -0700 (PDT) Date: Sun, 27 Oct 2013 15:51:13 -0400 Subject: [RELEASE] Python 2.7.6 release candidate 1 From: Benjamin Peterson To: python-announce-list@python.org, python-list@python.org, Python Dev Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382903477 news.xs4all.nl 15912 [2001:888:2000:d::a6]:38198 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57761 I'm happy to announce the availability of Python 2.7.6 release candidate 1. Most importantly, this release candidate resolves crashes of the interactive interpreter on OS X 10.9. It also includes the usual collection of bugfixes over 2.7.5. These are described in excruciating detail in the Misc/NEWS file of the source tarball. You can view it online at http://hg.python.org/cpython/raw-file/9750acbf7c40/Misc/NEWS Downloads are at http://python.org/download/releases/2.7.6/ As always, please test the release and report bugs to http://bugs.python.org/ With any luck, the final release will follow in a week. Enjoy, Benjamin Peterson 2.7 Release Manager