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


Groups > comp.lang.python > #71738

[RELEASED] Python 2.7.7 release candidate 1

From Benjamin Peterson <benjamin@python.org>
Subject [RELEASED] Python 2.7.7 release candidate 1
Date 2014-05-18 17:49 -0700
Newsgroups comp.lang.python
Message-ID <mailman.10116.1400460561.18130.python-list@python.org> (permalink)

Show all headers | View raw


Greetings Python users,
Python 2.7.7 release candidate 1 is now available for download. Python
2.7.7 is a regularly scheduled bugfix release for the Python 2.7 series.
The 2.7.7 release contains fixes for two severe, if arcane, potential
security vulnerabilities. The first was the possibility of reading
arbitrary process memory using JSONDecoder.raw_decode. [1] (No other
json APIs are affected.) The second security issue is an integer
overflow in the strop module. [2] (If you don't know what the strop
module is, go ahead and forget it now.) This release also includes
months of accumulated normal bugfixes. All the changes in Python 2.7.7
are described in detail in the Misc/NEWS file of the source tarball. You
can view it online at

    http://hg.python.org/cpython/raw-file/e32e3a9f3902/Misc/NEWS

Downloads are at

    https://python.org/download/releases/2.7.7/

This is a testing release. Assuming no horrible bugs are found, 2.7.7
final will be released in two weeks time. Please consider testing your
applications and libraries with the release candidate and reporting bugs
to

    http://bugs.python.org/

Enjoy,
Benjamin Peterson
2.7 Release Manager

[1] http://bugs.python.org/issue21529
[2] http://bugs.python.org/issue21530

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


Thread

[RELEASED] Python 2.7.7 release candidate 1 Benjamin Peterson <benjamin@python.org> - 2014-05-18 17:49 -0700
  Re: [RELEASED] Python 2.7.7 release candidate 1 Miki Tebeka <miki.tebeka@gmail.com> - 2014-05-19 05:20 -0700
    Re: [RELEASED] Python 2.7.7 release candidate 1 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-19 13:31 +0100

csiph-web