Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!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=1365278678; bh=hFLLntuYPdVs1DyXuWqochAkf0ugpx+a6jZSSZ9QEEg=; h=MIME-Version:Date:Message-ID:Subject:From:To:Content-Type; b=Vol+J16xkMxfwUvlHY4lUOuH+V30GkdI+GBzTj35g+e9vlTUGGQNDvqoPKIhedMSX FL7kfzQ5G4c7Ac5iKlhivqLYPmO6gnY5WzekL+Lgzz41QC/OfQR41E9b7Hm1U7qobP Av0lvnNLLR2LE2qD1b/hfRUy/ZRbexP0jUkTD3vU= MIME-Version: 1.0 X-Received: by 10.194.122.131 with SMTP id ls3mr23676488wjb.55.1365278678413; Sat, 06 Apr 2013 13:04:38 -0700 (PDT) Date: Sat, 6 Apr 2013 16:04:38 -0400 Subject: [RELEASE] Python 2.7.4 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365278679 news.xs4all.nl 6976 [2001:888:2000:d::a6]:50550 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42939 I'm thrilled to announce the release of Python 2.7.4. 2.7.4 is the latest maintenance release in the Python 2.7 series. It includes hundreds of bugfixes to the core language and standard library. Downloads are at http://python.org/download/releases/2.7.4/ As always, please report bugs to http://bugs.python.org/ Several regressions found in the release candidate have been fixed. Many thanks to those who tested the preview release. There has recently been a lot of discussion about XML-based denial of service attacks. Specifically, certain XML files can cause XML parsers, including ones in the Python stdlib, to consume gigabytes of RAM and swamp the CPU. 2.7.4 does not include any changes in Python XML code to address these issues. Interested parties should examine the defusedxml package on PyPI: https://pypi.python.org/pypi/defusedxml This is a production release. Best wishes, Benjamin Peterson 2.7 Release Manager (on behalf of all of Python 2.7's contributors)