Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[RELEASED] Python 2.7.5

78 views
Skip to first unread message

Benjamin Peterson

unread,
May 16, 2013, 12:19:06 AM5/16/13
to Python Dev, pytho...@python.org, python-ann...@python.org
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)

Carlos Nepomuceno

unread,
May 16, 2013, 12:48:09 AM5/16/13
to Python Dev, pytho...@python.org, python-ann...@python.org
test_asynchat still hangs! What it does? Should I care?

----------------------------------------
> Date: Wed, 15 May 2013 23:19:06 -0500
> Subject: [RELEASED] Python 2.7.5
> From: benj...@python.org
> To: pytho...@python.org; pytho...@python.org; python-ann...@python.org

> --
> http://mail.python.org/mailman/listinfo/python-list

John Nagle

unread,
Jun 3, 2013, 3:20:43 PM6/3/13
to
On 5/15/2013 9:19 PM, Benjamin Peterson wrote:
> 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.

Thanks very much. It's important that Python 2.x be maintained.

3.x is a different language, with different libraries, and lots of
things that still don't work. Many old applications will never
be converted.

John Nagle

Carlos Nepomuceno

unread,
Jun 3, 2013, 6:37:46 PM6/3/13
to pytho...@python.org
----------------------------------------
> From: na...@animats.com
> Subject: Re: [RELEASED] Python 2.7.5
> Date: Mon, 3 Jun 2013 12:20:43 -0700
[...]

> 3.x is a different language, with different libraries, and lots of
> things that still don't work. Many old applications will never
> be converted.
>
> John Nagle

What still doesn't work in Python 3?

Is Python 2.7.5 last (final, never to be updated) revision or will it still be supported?

Chris Angelico

unread,
Jun 3, 2013, 6:54:54 PM6/3/13
to pytho...@python.org
On Tue, Jun 4, 2013 at 8:37 AM, Carlos Nepomuceno
<carlosne...@outlook.com> wrote:
> ----------------------------------------
>> From: na...@animats.com
>> Subject: Re: [RELEASED] Python 2.7.5
>> Date: Mon, 3 Jun 2013 12:20:43 -0700
> [...]
>> 3.x is a different language, with different libraries, and lots of
>> things that still don't work. Many old applications will never
>> be converted.
>>
>> John Nagle
>
> What still doesn't work in Python 3?
>
> Is Python 2.7.5 last (final, never to be updated) revision or will it still be supported?

There won't be a Python 2.8 (at least, not from python.org), so there
won't be any feature additions to the Python 2 line. It'll be
supported in terms of bugfixes for a good while though, see PEP 373
[1], and of course distributions can do their own backporting of
patches for as long as they like (Red Hat will quite possibly want to
support old Pythons for a long time).

[1] http://www.python.org/dev/peps/pep-0373/

ChrisA

Mark Lawrence

unread,
Jun 3, 2013, 7:12:03 PM6/3/13
to pytho...@python.org
On 03/06/2013 23:37, Carlos Nepomuceno wrote:
> ----------------------------------------
>> From: na...@animats.com
>> Subject: Re: [RELEASED] Python 2.7.5
>> Date: Mon, 3 Jun 2013 12:20:43 -0700
> [...]
>> 3.x is a different language, with different libraries, and lots of
>> things that still don't work. Many old applications will never
>> be converted.
>>
>> John Nagle
>
> What still doesn't work in Python 3?

http://python3wos.appspot.com/

>
> Is Python 2.7.5 last (final, never to be updated) revision or will it still be supported?
>

http://www.python.org/dev/peps/pep-0373/

--
"Steve is going for the pink ball - and for those of you who are
watching in black and white, the pink is next to the green." Snooker
commentator 'Whispering' Ted Lowe.

Mark Lawrence

Carlos Nepomuceno

unread,
Jun 3, 2013, 7:25:11 PM6/3/13
to pytho...@python.org
Thank you! :)

----------------------------------------
> To: pytho...@python.org
> From: bream...@yahoo.co.uk
[...]


>> What still doesn't work in Python 3?
>
> http://python3wos.appspot.com/
>
>>
>> Is Python 2.7.5 last (final, never to be updated) revision or will it still be supported?
>>
>
> http://www.python.org/dev/peps/pep-0373/
>
> --
> "Steve is going for the pink ball - and for those of you who are
> watching in black and white, the pink is next to the green." Snooker
> commentator 'Whispering' Ted Lowe.
>
> Mark Lawrence
>

> --
> http://mail.python.org/mailman/listinfo/python-list

Joshua Landau

unread,
Jun 4, 2013, 4:42:37 PM6/4/13
to Mark Lawrence, python-list
On 4 June 2013 00:12, Mark Lawrence <bream...@yahoo.co.uk> wrote:
> On 03/06/2013 23:37, Carlos Nepomuceno wrote:
>> What still doesn't work in Python 3?
>
> http://python3wos.appspot.com/

Don't take this list too seriously - some of those do have fully
working and stable Python 3 packages that just aren't in pip, like
python-daemon.

Fábio Santos

unread,
Jun 4, 2013, 4:51:53 PM6/4/13
to Joshua Landau, Mark Lawrence, pytho...@python.org

Also, django's py3k support is experimental for now.

https://docs.djangoproject.com/en/dev/releases/1.5/ (see overview, second paragraph)

Ben Finney

unread,
Jun 5, 2013, 9:40:55 PM6/5/13
to pytho...@python.org
Joshua Landau <joshua.l...@gmail.com> writes:

> Don't take this list too seriously - some of those do have fully
> working and stable Python 3 packages that just aren't in pip, like
> python-daemon.

That's news to me, as the package maintainer. There's no official
‘python-daemon’ release for Python 3. What ‘python-daemon’ works in
Python 3?

--
\ “We are not gonna be great; we are not gonna be amazing; we are |
`\ gonna be *amazingly* amazing!” —Zaphod Beeblebrox, _The |
_o__) Hitch-Hiker's Guide To The Galaxy_, Douglas Adams |
Ben Finney

0 new messages