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

RELEASED Python 2.6 final

2 views
Skip to first unread message

Barry Warsaw

unread,
Oct 1, 2008, 11:46:45 PM10/1/08
to python-...@python.org, Python List, python-dev List
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On behalf of the Python development team and the Python community, I
am happy to announce the release of Python 2.6 final. This is the
production-ready version of the latest in the Python 2 series.

There are many new features and modules, improvements, bug fixes, and
other changes in Python 2.6. Please see the "What's new" page for
details

http://docs.python.org/dev/whatsnew/2.6.html

as well as PEP 361

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

While Python 2.6 is backward compatible with earlier versions of
Python, 2.6 has many tools and features that will help you migrate to
Python 3. Wherever possible, Python 3.0 features have been added
without affecting existing code. In other cases, the new features can
be enabled through the use of __future__ imports and command line
switches.

Python 3.0 is currently in release candidate and will be available
later this year. Both Python 2 and Python 3 will be supported for the
foreseeable future.

Source tarballs, Windows installers, and Mac disk images can be
downloaded from the Python 2.6 page:

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

(Please note that due to quirks in the earth's time zones, the Windows
installers will be available shortly.)

Bugs can be reported in the Python bug tracker:

http://bugs.python.org

Enjoy,
- -Barry

Barry Warsaw
ba...@python.org
Python 2.6/3.0 Release Manager
(on behalf of the entire python-dev team)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)

iQCVAwUBSOREJ3EjvBPtnXfVAQLAigP/aEnrdvAqk7wbNQLFbmBonIr2YQbd1vEu
TyTr5imYXFWGNfv1/JMeMBjMfwpHi1bgPEDTLEZdhDRNj/G1h4NqqnpfJS0lfIaU
4JBKwnsO80se/RGyupcs5f09UdKxOljhbFKEw46CHDkd9lE+cqy2yhetEwyx3c3+
AVC11sjcO54=
=Oxo3
-----END PGP SIGNATURE-----

Michele Simionato

unread,
Oct 2, 2008, 12:51:57 AM10/2/08
to
On Oct 2, 5:46 am, Barry Warsaw <ba...@python.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On behalf of the Python development team and the Python community, I  
> am happy to announce the release of Python 2.6 final.

Cool! I have just downloaded the Mac installer and did
the installation on my Intel MacBook, however it seems I have
some issue with Tkinter:

$ python2.6
Python 2.6 (trunk:66714:66715M, Oct 1 2008, 18:36:04)
[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/lib-tk/Tkinter.py", line 39, in <module>
import _tkinter # If this fails your Python may not be configured
for Tk
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/
lib/python2.6/lib-dynload/_tkinter.so, 2): Library not loaded: /
Library/Frameworks/Tcl.framework/Versions/8.5/Tcl
Referenced from: /Library/Frameworks/Python.framework/Versions/2.6/
lib/python2.6/lib-dynload/_tkinter.so
Reason: no suitable image found. Did find:
/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl: mach-o,
but wrong architecture
/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl: mach-o,
but wrong architecture

Any hints?

Chris Rebert

unread,
Oct 2, 2008, 1:14:38 AM10/2/08
to Barry Warsaw, Python List
Also, the docs currently seem broken.
Example: http://docs.python.org/library/weakref.html#module-weakref ,
which is linked to from the new module index page, gives a 404 error.

Cheers,
Chris Rebert

On Wed, Oct 1, 2008 at 8:46 PM, Barry Warsaw <ba...@python.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On behalf of the Python development team and the Python community, I am

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

--
Follow the path of the Iguana...
http://rebertia.com

Paul Rubin

unread,
Oct 2, 2008, 1:27:42 AM10/2/08
to
Barry Warsaw <ba...@python.org> writes:
> http://docs.python.org/dev/whatsnew/2.6.html

Wow! This is a very major upgrade with lots of welcome extensions.
I hadn't been following the 2.6 efforts that closely so I am awed.
Congrats!

nneonneo

unread,
Oct 2, 2008, 3:46:43 AM10/2/08
to
Hmm, I was looking forward to trying this out, but the Windows
installer link (http://www.python.org/ftp/python/2.6/python-2.6.msi)
is presently broken (as is the link for the 64-bit Windows version).

While I'm at it, I might also point out that http://www.python.org/download/windows/
is quite out-of-date. I don't really think it is worth promoting
version 1.5.2 of Python (even if it is Python CE) if Python 3.0 is
about to come out...

sk...@pobox.com

unread,
Oct 2, 2008, 5:15:13 AM10/2/08
to Chris Rebert, Python List

Chris> Also, the docs currently seem broken.

Known problem. The elves are working on it.

--
Skip Montanaro - sk...@pobox.com - http://www.webfast.com/~skip/

sk...@pobox.com

unread,
Oct 2, 2008, 5:23:55 AM10/2/08
to nneonneo, pytho...@python.org

nneonneo> Hmm, I was looking forward to trying this out, but the Windows
nneonneo> installer link
nneonneo> (http://www.python.org/ftp/python/2.6/python-2.6.msi) is
nneonneo> presently broken (as is the link for the 64-bit Windows
nneonneo> version).

We are aware of it. Because of the timing of the release the person who
normally creates the Windows binaries was already asleep. They should be up
a bit later today.

Francesco Guerrieri

unread,
Oct 2, 2008, 5:53:27 AM10/2/08
to pytho...@python.org, nneonneo
On Thu, Oct 2, 2008 at 11:23 AM, <sk...@pobox.com> wrote:
>
> nneonneo> Hmm, I was looking forward to trying this out, but the Windows
> nneonneo> installer link
> nneonneo> (http://www.python.org/ftp/python/2.6/python-2.6.msi) is
> nneonneo> presently broken (as is the link for the 64-bit Windows
> nneonneo> version).
>
> We are aware of it. Because of the timing of the release the person who
> normally creates the Windows binaries was already asleep. They should be up
> a bit later today.
>

Surely you're joking!
Everybody knows that python developers never sleep :-)
Congratulations for the final release!

Francesco

olive

unread,
Oct 2, 2008, 7:17:45 AM10/2/08
to
> Surely you're joking!
> Everybody knows that python developers never sleep :-)

Wrong! All my collegues are Java developers and I'm the only one who
sleep (and like a log).

Congratulations, by the way.

Olivier.

konstantin

unread,
Oct 2, 2008, 11:53:02 AM10/2/08
to

Congratulations!

Konstantin

Barry Warsaw

unread,
Oct 2, 2008, 3:27:10 PM10/2/08
to pytho...@python.org, python-...@python.org, python-dev List
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Oct 1, 2008, at 11:46 PM, Barry Warsaw wrote:

> On behalf of the Python development team and the Python community, I
> am happy to announce the release of Python 2.6 final. This is the
> production-ready version of the latest in the Python 2 series.
>

> Source tarballs, Windows installers, and Mac disk images can be
> downloaded from the Python 2.6 page:
>
> http://www.python.org/download/releases/2.6/

Due to a minor snafu in our build scripts, the source tgz and tar.bz2
files contained some extra cruft. I have created and uploaded new
tarballs but I have /not/ bumped the Python version number since they
were made from exactly the same Subversion tag. The new tarballs are
identical to the originals except that they don't contain the cruft
(.svn files and such).

If you have already downloaded the tarballs, you do not need to
download the new ones. The new tarballs are about 2MB smaller though.

With apologies,
- -Barry

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)

iQCUAwUBSOUgjnEjvBPtnXfVAQJ3gQP4mxxW9kaaMlsg7yd1uNcgYa29pitYdF2+
DhFgrCajPZpskc3XlKbPcnPJWT8wtI/EIC5QcPEpAWCHECrTUHzPyGLNeMQz0kFF
/ZGCGbef7Mc/JaZvEyF6OATnKhYA5XyUOPdddygx6oar/Y6ZbK2JyLR4pvzh+gtQ
SA+u6OPIpQ==
=7uu8
-----END PGP SIGNATURE-----

Terry Reedy

unread,
Oct 2, 2008, 9:19:52 PM10/2/08
to pytho...@python.org
> --

From another page:
"If you wish to report a bug or to suggest an enhancement for the
python.org website, please send an e-mail message to <webmaster at
python dot org>.

If you're reporting a problem (a broken link, typo, formatting glitch),
please include the URL of the affected page. You can copy-and-paste the
URL from the location field of your browser. "

That said, the page begins with
"For many years, Python releases have included an excellent Windows
installer. See the individual releases for details."
whereas the rest is historical info for various platforms.
If 1.5.2 is the latest available for NT on Dec Alpha, why would you want
to erase the info? If the page is up-to-date, this tell anyone with
such a machine to not bother looking for anything newer.

If you are aware of anything out of date in the sense of having been
superceded, do write the webmaster.

tjr

0 new messages