Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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=1384111779; bh=iXqXGI6Iaf+qZyefwC/mRNs3GdLKDHSPD43cZOw4yMo=; h=Date:Subject:From:To:From; b=BeyxewUM5CWOQ6aaGUDsDUxFijuVQduK+dpDb3H1r6VITRsFyWO/2hZW2CHfp69FE aiCSxZoV8TkV1aUSNNt1RQ6rhm65jqCh2MgX5VCxC7BDABxr3UNFIGxj1eKDvO2fKJ mP5lQwGn2Hwg5QV5CP5kpRLWTvB6+GGXg/fyT7B0= 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=KOFNX/QBtxegovBGNrHcz1ECNyY9MgtcIGhAY8orStI=; b=YSObqKpfhQQh9nuXxvPblOyhA/U8whVKD8FIw1N3TXhXXvdo6ycXcFmLYXv3uTRCJe oR1ntIOViDgp+nf/s20Lc3MAA6hdYZloYZJeFByTtMY4fEqbJk9i6P27HP842Nl/Eviu JWemhhtdeTpqPcJnP7wRYuM3iPu+my1nPYTBY92pbeNzB3G/UmERbDYHyQU9AO3neIeQ HWnBJBed2QE9tnSkBDbh20c0ImD9chslB89r1qKduoSmetWlIgO7nhKvJ3gw1MdbP+hH Rfwe1OXukTPWi16H/onu5b34qEMH12aVb+ecnZOhqaJpP8dP/P7uLBNeP7h0Ajo5LXgE 7qFQ== MIME-Version: 1.0 X-Received: by 10.229.43.201 with SMTP id x9mr13091350qce.10.1384111777347; Sun, 10 Nov 2013 11:29:37 -0800 (PST) Date: Sun, 10 Nov 2013 14:29:37 -0500 Subject: [RELEASE] Python 2.7.6 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384111781 news.xs4all.nl 15998 [2001:888:2000:d::a6]:43184 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59023 Python 2.7.6 is now available. This release resolves crashes of the interactive interpreter on OS X 10.9. The final release also fixes several issues identified in the release candidate. Importantly, a security bug in CGIHTTPServer was fixed [1]. Thank you to those who tested the 2.7.6 release candidate and reported these bugs! All the changes in Python 2.7.6 are described in full detail in the Misc/NEWS file of the source tarball. You can also view online at http://hg.python.org/cpython/raw-file/99d03261c1ba/Misc/NEWS Downloads are at http://python.org/download/releases/2.7.6/ As always, report bugs to http://bugs.python.org/ Have a nice November, Benjamin Peterson 2.7 Release Manager [1] http://bugs.python.org/issue19435