Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45393 > unrolled thread
| Started by | Benjamin Peterson <benjamin@python.org> |
|---|---|
| First post | 2013-05-15 23:19 -0500 |
| Last post | 2013-06-06 11:40 +1000 |
| Articles | 9 — 8 participants |
Back to article view | Back to comp.lang.python
[RELEASED] Python 2.7.5 Benjamin Peterson <benjamin@python.org> - 2013-05-15 23:19 -0500
Re: [RELEASED] Python 2.7.5 John Nagle <nagle@animats.com> - 2013-06-03 12:20 -0700
RE: [RELEASED] Python 2.7.5 Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-06-04 01:37 +0300
Re: [RELEASED] Python 2.7.5 Chris Angelico <rosuav@gmail.com> - 2013-06-04 08:54 +1000
Re: [RELEASED] Python 2.7.5 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-06-04 00:12 +0100
RE: [RELEASED] Python 2.7.5 Carlos Nepomuceno <carlosnepomuceno@outlook.com> - 2013-06-04 02:25 +0300
Re: [RELEASED] Python 2.7.5 Joshua Landau <joshua.landau.ws@gmail.com> - 2013-06-04 21:42 +0100
Re: [RELEASED] Python 2.7.5 Fábio Santos <fabiosantosart@gmail.com> - 2013-06-04 21:51 +0100
Python 3 and ‘python-daemon’ (was: [RELEASED] Python 2.7.5) Ben Finney <ben+python@benfinney.id.au> - 2013-06-06 11:40 +1000
| From | Benjamin Peterson <benjamin@python.org> |
|---|---|
| Date | 2013-05-15 23:19 -0500 |
| Subject | [RELEASED] Python 2.7.5 |
| Message-ID | <mailman.1732.1368677949.3114.python-list@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)
[toc] | [next] | [standalone]
| From | John Nagle <nagle@animats.com> |
|---|---|
| Date | 2013-06-03 12:20 -0700 |
| Message-ID | <koiq1m$opn$1@dont-email.me> |
| In reply to | #45393 |
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
[toc] | [prev] | [next] | [standalone]
| From | Carlos Nepomuceno <carlosnepomuceno@outlook.com> |
|---|---|
| Date | 2013-06-04 01:37 +0300 |
| Message-ID | <mailman.2610.1370299135.3114.python-list@python.org> |
| In reply to | #46806 |
---------------------------------------- > From: nagle@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?
[toc] | [prev] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2013-06-04 08:54 +1000 |
| Message-ID | <mailman.2612.1370300103.3114.python-list@python.org> |
| In reply to | #46806 |
On Tue, Jun 4, 2013 at 8:37 AM, Carlos Nepomuceno <carlosnepomuceno@outlook.com> wrote: > ---------------------------------------- >> From: nagle@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
[toc] | [prev] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2013-06-04 00:12 +0100 |
| Message-ID | <mailman.2613.1370301117.3114.python-list@python.org> |
| In reply to | #46806 |
On 03/06/2013 23:37, Carlos Nepomuceno wrote: > ---------------------------------------- >> From: nagle@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
[toc] | [prev] | [next] | [standalone]
| From | Carlos Nepomuceno <carlosnepomuceno@outlook.com> |
|---|---|
| Date | 2013-06-04 02:25 +0300 |
| Message-ID | <mailman.2616.1370301918.3114.python-list@python.org> |
| In reply to | #46806 |
Thank you! :) ---------------------------------------- > To: python-list@python.org > From: breamoreboy@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
[toc] | [prev] | [next] | [standalone]
| From | Joshua Landau <joshua.landau.ws@gmail.com> |
|---|---|
| Date | 2013-06-04 21:42 +0100 |
| Message-ID | <mailman.2681.1370378605.3114.python-list@python.org> |
| In reply to | #46806 |
On 4 June 2013 00:12, Mark Lawrence <breamoreboy@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.
[toc] | [prev] | [next] | [standalone]
| From | Fábio Santos <fabiosantosart@gmail.com> |
|---|---|
| Date | 2013-06-04 21:51 +0100 |
| Message-ID | <mailman.2682.1370379116.3114.python-list@python.org> |
| In reply to | #46806 |
[Multipart message — attachments visible in raw view] — view raw
On 4 Jun 2013 21:47, "Joshua Landau" <joshua.landau.ws@gmail.com> wrote: > > On 4 June 2013 00:12, Mark Lawrence <breamoreboy@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. Also, django's py3k support is experimental for now. https://docs.djangoproject.com/en/dev/releases/1.5/ (see overview, second paragraph)
[toc] | [prev] | [next] | [standalone]
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2013-06-06 11:40 +1000 |
| Subject | Python 3 and ‘python-daemon’ (was: [RELEASED] Python 2.7.5) |
| Message-ID | <mailman.2778.1370482868.3114.python-list@python.org> |
| In reply to | #46806 |
Joshua Landau <joshua.landau.ws@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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web