Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #42939

[RELEASE] Python 2.7.4

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 <benjamin@python.org>
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 <benjamin@python.org>
To Python Dev <python-dev@python.org>, 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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.207.1365278679.3114.python-list@python.org> (permalink)
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

Show key headers only | View raw


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)

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

[RELEASE] Python 2.7.4 Benjamin Peterson <benjamin@python.org> - 2013-04-06 16:04 -0400

csiph-web