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


Groups > comp.lang.python > #71738 > unrolled thread

[RELEASED] Python 2.7.7 release candidate 1

Started byBenjamin Peterson <benjamin@python.org>
First post2014-05-18 17:49 -0700
Last post2014-05-19 13:31 +0100
Articles 3 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  [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

#71738 — [RELEASED] Python 2.7.7 release candidate 1

FromBenjamin Peterson <benjamin@python.org>
Date2014-05-18 17:49 -0700
Subject[RELEASED] Python 2.7.7 release candidate 1
Message-ID<mailman.10116.1400460561.18130.python-list@python.org>
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

[toc] | [next] | [standalone]


#71752

FromMiki Tebeka <miki.tebeka@gmail.com>
Date2014-05-19 05:20 -0700
Message-ID<ce7b9bd0-e97f-4368-93fe-b4f865b9019a@googlegroups.com>
In reply to#71738
> (If you don't know what the strop
> module is, go ahead and forget it now.)
+1 QOTW :)

[toc] | [prev] | [next] | [standalone]


#71753

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2014-05-19 13:31 +0100
Message-ID<mailman.10130.1400502714.18130.python-list@python.org>
In reply to#71752
On 19/05/2014 13:20, Miki Tebeka wrote:
>> (If you don't know what the strop
>> module is, go ahead and forget it now.)
> +1 QOTW :)
>

IIRC the strop module was targetted at users such as myself :)

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web