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


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

RELEASED: Python 2.6.9 final

Started byBarry Warsaw <barry@python.org>
First post2013-10-29 13:48 -0400
Last post2013-10-30 23:35 -0700
Articles 5 — 4 participants

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


Contents

  RELEASED: Python 2.6.9 final Barry Warsaw <barry@python.org> - 2013-10-29 13:48 -0400
    Re: RELEASED: Python 2.6.9 final Miki Tebeka <miki.tebeka@gmail.com> - 2013-10-29 19:55 -0700
      Re: RELEASED: Python 2.6.9 final Skip Montanaro <skip@pobox.com> - 2013-10-30 10:19 -0500
        Re: RELEASED: Python 2.6.9 final Metallicow <metaliobovinus@gmail.com> - 2013-10-30 23:05 -0700
          Re: RELEASED: Python 2.6.9 final Metallicow <metaliobovinus@gmail.com> - 2013-10-30 23:35 -0700

#57943 — RELEASED: Python 2.6.9 final

FromBarry Warsaw <barry@python.org>
Date2013-10-29 13:48 -0400
SubjectRELEASED: Python 2.6.9 final
Message-ID<mailman.1767.1383068944.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hello Pythoneers and Pythonistas,

Five years ago this month, we released Python 2.6.  It was an important
version in Python's evolution, as it was developed in tandem with Python 3.0
and had the express intent of starting the transition toward Python 3.

Amazingly, here we are five years later, and I am happy (and a little sad) to
announce the Python 2.6.9 final release.

Python 2.6.9 is a security-only source-only release, and with this, I
officially retire the Python 2.6 branch.  All maintenance of Python 2.6,
including for security issues, has now ended.

So too has my latest stint as Python Release Manager.  Over the 19 years I
have been involved with Python, I've been honored, challenged, stressed, and
immeasurably rewarded by managing several Python releases.  I wish I could
thank each of you individually for all the support you've generously given me
in this role.  You deserve most of the credit for all these great releases;
I'm just a monkey pushing buttons. :)

Here then are some release notes about 2.6.9.

For ongoing maintenance, please see Python 2.7.

Future issues with Python 2.6 may still be tracked in the Python bug tracker,
and you may wish to visit specific issues to see if unofficial patches are
available for 2.6.

    http://bugs.python.org

The source can be downloaded from:

    http://www.python.org/download/releases/2.6.9/

You can also see what's changed since Python 2.6.8:

    http://www.python.org/download/releases/2.6.9/NEWS.txt

Users on OS X 10.9 (Mavericks) please note that issue 18458, which can crash
the interactive interpreter, is *not* fixed in 2.6.9.  If this issue affects
you, please review the tracker for possible options:

    http://bugs.python.org/issue18458

Enjoy,
-Barry
(on behalf of the Python development community)

[toc] | [next] | [standalone]


#57996

FromMiki Tebeka <miki.tebeka@gmail.com>
Date2013-10-29 19:55 -0700
Message-ID<16e6445b-06cb-48cf-b5d9-dfef3d5097e6@googlegroups.com>
In reply to#57943
On Tuesday, October 29, 2013 10:48:58 AM UTC-7, Barry Warsaw wrote:
> So too has my latest stint as Python Release Manager.  Over the 19 years I
> have been involved with Python,
Thanks Barry for all the hard work.

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


#58047

FromSkip Montanaro <skip@pobox.com>
Date2013-10-30 10:19 -0500
Message-ID<mailman.1812.1383146398.18130.python-list@python.org>
In reply to#57996
> Thanks Barry for all the hard work.

Ditto. Wish I still had my Guido van Rossum World Tour t-shirt!

Skip

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


#58150

FromMetallicow <metaliobovinus@gmail.com>
Date2013-10-30 23:05 -0700
Message-ID<f522a1ac-22cf-4f75-b1db-912a7edfc698@googlegroups.com>
In reply to#58047
On Wednesday, October 30, 2013 10:19:48 AM UTC-5, Skip Montanaro wrote:
> > Thanks Barry for all the hard work.
> 
> Ditto. Wish I still had my Guido van Rossum World Tour t-shirt!
> 
> Skip


try:
    BlackT() # http://www.python.org/~guido/images/IMG_2192.jpg
except Exception as pocketT:
    EmbroiderOnPocketT(tColor=(0, 0, 0), pocketObj="PythonLogo")

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


#58151

FromMetallicow <metaliobovinus@gmail.com>
Date2013-10-30 23:35 -0700
Message-ID<db2cd08e-39b8-42a5-9254-57ffa18622e7@googlegroups.com>
In reply to#58150
On Thursday, October 31, 2013 1:05:13 AM UTC-5, Metallicow wrote:
> On Wednesday, October 30, 2013 10:19:48 AM UTC-5, Skip Montanaro wrote:
> > > Thanks Barry for all the hard work.
> > 
> > Ditto. Wish I still had my Guido van Rossum World Tour t-shirt!
> > 
> > Skip
> 
> try:
>     BlackT() # http://www.python.org/~guido/images/IMG_2192.jpg
> except Exception as pocketT:
>     EmbroiderOnPocketT(tColor=(0, 0, 0), pocketObj="PythonLogo")


Thanks Barry for all the help to the community.
If you ever need a T-shirt or Hoodie recognising your time put in...,
Consider https://github.com/Embroidermodder/Embroidermodder
Python on the way?.?.? for everyone... *we'll look at 2.6 as an available supported lib branch* http://embroidermodder.github.io/news0.html

Thanks again Barry for your hard work.

[toc] | [prev] | [standalone]


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


csiph-web