Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #5894 > unrolled thread
| Started by | Barry Warsaw <barry@python.org> |
|---|---|
| First post | 2011-05-20 20:53 -0400 |
| Last post | 2011-05-20 22:54 -0700 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
Python 2.6.7 release candidate 2 now available Barry Warsaw <barry@python.org> - 2011-05-20 20:53 -0400
Re: Python 2.6.7 release candidate 2 now available harrismh777 <harrismh777@charter.net> - 2011-05-20 23:26 -0500
Re: Python 2.6.7 release candidate 2 now available Ned Deily <nad@acm.org> - 2011-05-20 22:54 -0700
| From | Barry Warsaw <barry@python.org> |
|---|---|
| Date | 2011-05-20 20:53 -0400 |
| Subject | Python 2.6.7 release candidate 2 now available |
| Message-ID | <mailman.1870.1305939200.9059.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
Hello to all you Pythoneers and Pythonistas,
I'm happy to announce the availability of Python 2.6.7 release candidate 2.
Release candidate 1 was not widely announced due to a mismatch between the
Mercurial and Subversion branches. Barring any unforeseen issues, this will
be the last release candidate before 2.6.7 final, which is currently scheduled
for June 3, 2011.
As previously announced, Python 2.6 is in security-fix only mode. This means
that general bug fix maintenance has ended, and only critical security fixes
are supported. We will support Python 2.6 in security-fix only mode until
October 2013. Also, this is a source-only release; no installers for Windows
or Mac OS X will be provided.
Please download and test this release candidate.
http://www.python.org/download/releases/2.6.7/
The NEWS file contains a list of changes since 2.6.6.
http://www.python.org/download/releases/2.6.7/NEWS.txt
Many thanks go out to the entire Python community for their contributions
great and small.
Enjoy,
-Barry
(on behalf of the Python development community)
[toc] | [next] | [standalone]
| From | harrismh777 <harrismh777@charter.net> |
|---|---|
| Date | 2011-05-20 23:26 -0500 |
| Message-ID | <I9HBp.13322$oq.10754@newsfe17.iad> |
| In reply to | #5894 |
Barry Warsaw wrote: > We will support Python 2.6 in security-fix only mode until > October 2013. Where can I read about the criteria for security-fix only? Who decides whether the security fix is critical? thanks, kind regards, m harris
[toc] | [prev] | [next] | [standalone]
| From | Ned Deily <nad@acm.org> |
|---|---|
| Date | 2011-05-20 22:54 -0700 |
| Message-ID | <mailman.1874.1305957313.9059.python-list@python.org> |
| In reply to | #5899 |
In article <I9HBp.13322$oq.10754@newsfe17.iad>, harrismh777 <harrismh777@charter.net> wrote: > Barry Warsaw wrote: > > We will support Python 2.6 in security-fix only mode until > > October 2013. > Where can I read about the criteria for security-fix only? You can read about the Python development cycle and security branches in the Python Developer's Guide: http://docs.python.org/devguide/devcycle.html#security-branches > Who decides whether the security fix is critical? Anyone can propose a security fix but the final decision is up to the release manager in charge of the branch. For 2.6.x, that is Barry. -- Ned Deily, nad@acm.org
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web