Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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=1368677948; bh=O1VGvPPjhsBZILVfyYaBOSrFzH3Sx8W9jarByyFAonE=; h=MIME-Version:Date:Message-ID:Subject:From:To:Content-Type; b=Zwmhk4D7P3URV0WCtwhjj+3ETqWUHwt6Hu2M0MBk0xfX0rv5fAHgZ+F1E64nZ2qso ho/GCwwyv4R+QPkfKReCuEcJrVW1SmtbbbV+covzGOAsyBXvtQQ0p3rmirBZaWiYG4 j6zkzSmMW//xT9R6Ky8cUhr5jAMib28JSrmFzYVs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=Gn7VigZuhz/aG0+rEY22dgihxJGjOWxHJkCbzJnyf7g=; b=ioLZyOsg1iSGTifH3oBG7dEwMRSOu1prMtGEcXvxksg8OSKDanJkitwsSGEz45JiX7 AhZoiGXhcm0w6iPAbazb44PYO0AuzEFSPn91hdVNUF54h+ZIPUwS58zsIWx6BfvKojX1 wQq1fR+s5I48gEMJNl2FhhEIymAm0FDQi7n637ULOSMipEaioBWHX3mj0HdUfkwOyAXv 7UcJW/KFqwQ9OzO5HGmtkgakZpkJLEHn7D984qRQkniOKf33rdrfxN+hZzSh426ugWTJ r/CmO8mGSWCkOYZebN3YYwnDZjpuvh20qL0zGobdvXyANTCHJDE+ib8AdR2luEuo3Tlg tvEQ== MIME-Version: 1.0 X-Received: by 10.229.101.1 with SMTP id a1mr195841qco.41.1368677946790; Wed, 15 May 2013 21:19:06 -0700 (PDT) Date: Wed, 15 May 2013 23:19:06 -0500 Subject: [RELEASED] Python 2.7.5 From: Benjamin Peterson To: Python Dev , python-list@python.org, python-announce-list@python.org 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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1368677949 news.xs4all.nl 16006 [2001:888:2000:d::a6]:56216 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45393 It is my greatest pleasure to announce the release of Python 2.7.5. 2.7.5 is the latest maintenance release in the Python 2.7 series. You may be surprised to hear from me so soon, as Python 2.7.4 was released slightly more than a month ago. As it turns out, 2.7.4 had several regressions and incompatibilities with 2.7.3. Among them were regressions in the zipfile, gzip, and logging modules. 2.7.5 fixes these. In addition, a data file for testing in the 2.7.4 tarballs and binaries aroused the suspicion of some virus checkers. The 2.7.5 release removes this file to resolve that issue. For details, see the Misc/NEWS file in the distribution or view it at http://hg.python.org/cpython/file/ab05e7dd2788/Misc/NEWS Downloads are at http://python.org/download/releases/2.7.5/ As always, please report bugs to http://bugs.python.org/ (Thank you to those who reported these bugs in 2.7.4.) This is a production release. Happy May, Benjamin Peterson 2.7 Release Manager (on behalf of all of Python 2.7's contributors)