Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce@python.org Delivered-To: python-announce-list@mail.python.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1404280517; bh=nr4Qz7sr3R6gcLdgjn015VAECO8N4g3dH1GFDSGG8zo=; h=From:To:Subject:Date:From; b=jaexCFtY4aoFvnbwXZ+P0sk3fMOzvrwHQ+d3/4PfWyKlJFNZukEj3D37DO3foIADJ yVLuxc44Qa/U9FBVJzGuCtrmHsUO6+8vk4Rm50q3fLBuYhEsrvCIMyECwsSms9FSZ1 Y1bxp2WpIFx4K2Sa/y3f930Z3zD6gCYigHZ0AZWc= X-Sasl-Enc: MdU2QQ9be0MhOr7h7hrroipRO/Ro2S4cLKnfyO81qHuL 1404280514 From: Benjamin Peterson To: python-dev@python.org, python-announce@python.org, python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-f9f22a3d Subject: [RELEASE] Python 2.7.8 Date: Tue, 01 Jul 2014 22:55:14 -0700 X-Mailman-Approved-At: Wed, 02 Jul 2014 09:13:29 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1404285211 news.xs4all.nl 2874 [2001:888:2000:d::a6]:59711 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1312 Greetings, I have the distinct privilege of informing you that the latest release of the Python 2.7 series, 2.7.8, has been released and is available for download. 2.7.8 contains several important regression fixes and security changes: - The openssl version bundled in the Windows installer has been updated. - A regression in the mimetypes module on Windows has been fixed. [1] - A possible overflow in the buffer type has been fixed. [2] - A bug in the CGIHTTPServer module which allows arbitrary execution of code in the server root has been patched. [3] - A regression in the handling of UNC paths in os.path.join has been fixed. [4] Downloads of 2.7.8 are at https://www.python.org/download/releases/2.7.8/ The full changelog is located at http://hg.python.org/cpython/raw-file/v2.7.8/Misc/NEWS This is a production release. As always, please report bugs to http://bugs.python.org/ Till next time, Benjamin Peterson 2.7 Release Manager (on behalf of all of Python's contributors) [1] http://bugs.python.org/issue21652 [2] http://bugs.python.org/issue21831 [3] http://bugs.python.org/issue21766 [4] http://bugs.python.org/issue21672