473,800 Members | 2,385 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

RELEASED Python 2.6 final

-----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.or g
Python 2.6/3.0 Release Manager
(on behalf of the entire python-dev team)

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

iQCVAwUBSOREJ3E jvBPtnXfVAQLAig P/aEnrdvAqk7wbNQL FbmBonIr2YQbd1v Eu
TyTr5imYXFWGNfv 1/JMeMBjMfwpHi1bg PEDTLEZdhDRNj/G1h4NqqnpfJS0lf IaU
4JBKwnsO80se/RGyupcs5f09UdKx OljhbFKEw46CHDk d9lE+cqy2yhetEw yx3c3+
AVC11sjcO54=
=Oxo3
-----END PGP SIGNATURE-----
Oct 2 '08 #1
8 1800
On Oct 2, 5:46*am, Barry Warsaw <ba...@python.o rgwrote:
-----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:66 715M, 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.framewor k/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.framewor k/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.framewor k/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?
Oct 2 '08 #2
Barry Warsaw <ba***@python.o rgwrites:
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!

Oct 2 '08 #3
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...
Oct 2 '08 #4

nneonneoHmm, I was looking forward to trying this out, but the Windows
nneonneoinstall er link
nneonneo(http://www.python.org/ftp/python/2.6/python-2.6.msi) is
nneonneopresent ly broken (as is the link for the 64-bit Windows
nneonneoversion ).

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.

--
Skip Montanaro - sk**@pobox.com - http://www.webfast.com/~skip/
Oct 2 '08 #5
On Thu, Oct 2, 2008 at 11:23 AM, <sk**@pobox.com wrote:
>
nneonneoHmm, I was looking forward to trying this out, but the Windows
nneonneoinstall er link
nneonneo(http://www.python.org/ftp/python/2.6/python-2.6.msi) is
nneonneopresent ly broken (as is the link for the 64-bit Windows
nneonneoversion ).

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
Oct 2 '08 #6
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.
Oct 2 '08 #7
On Oct 2, 7:46 am, Barry Warsaw <ba...@python.o rgwrote:
-----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.or g
Python 2.6/3.0 Release Manager
(on behalf of the entire python-dev team)

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

iQCVAwUBSOREJ3E jvBPtnXfVAQLAig P/aEnrdvAqk7wbNQL FbmBonIr2YQbd1v Eu
TyTr5imYXFWGNfv 1/JMeMBjMfwpHi1bg PEDTLEZdhDRNj/G1h4NqqnpfJS0lf IaU
4JBKwnsO80se/RGyupcs5f09UdKx OljhbFKEw46CHDk d9lE+cqy2yhetEw yx3c3+
AVC11sjcO54=
=Oxo3
-----END PGP SIGNATURE-----
Congratulations !

Konstantin
Oct 2 '08 #8
nneonneo wrote:
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...
--
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

Oct 3 '08 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1289
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.5 (release candidate 1). Python 2.3.5 is a bug-fix release. See the release notes at the website (also available as Misc/NEWS in the source distribution) for details of the bugs squished in this release. Assuming no major problems crop up, a final release of Python 2.3.5 will follow in about a week's time.
0
1175
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.5 (final). Python 2.3.5 is a bug-fix release. See the release notes at the website (also available as Misc/NEWS in the source distribution) for details of the bugs squished in this release. Python 2.3.5 contains an important security fix for SimpleXMLRPCServer - for more, see the announcement of PSF-2005-001 at:
0
1231
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the first BETA release of Python 2.5. This is an *beta* release of Python 2.5. As such, it is not suitable for a production environment. It is being released to solicit feedback and hopefully discover bugs, as well as allowing you to determine how changes in 2.5 might impact you. If you find things broken or incorrect, please log a bug on...
0
1167
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the second BETA release of Python 2.5. This is an *beta* release of Python 2.5. As such, it is not suitable for a production environment. It is being released to solicit feedback and hopefully discover bugs, as well as allowing you to determine how changes in 2.5 might impact you. If you find things broken or incorrect, please log a bug on...
0
1303
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the third BETA release of Python 2.5. This is an *beta* release of Python 2.5. As such, it is not suitable for a production environment. It is being released to solicit feedback and hopefully discover bugs, as well as allowing you to determine how changes in 2.5 might impact you. If you find things broken or incorrect, please log a bug on...
0
1348
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the first RELEASE CANDIDATE of Python 2.5. This is not yet the final release - it is not suitable for production use. It is being released to solicit feedback and hopefully expose bugs, as well as allowing you to determine how changes in 2.5 might impact you. As a release candidate, this is one of your last chances to test the new code in 2.5...
4
2717
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the second RELEASE CANDIDATE of Python 2.5. After the first release candidate a number of new bugfixes have been applied to the Python 2.5 code. In the interests of making 2.5 the best release possible, we've decided to put out a second (and hopefully last) release candidate. We plan for a 2.5 final in a week's time.
0
1212
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm announcing the release of Python 2.3.6 (release candidate 1). Python 2.3.6 is a security bug-fix release. While Python 2.5 is the latest version of Python, we're making this release for people who are still running Python 2.3. Unlike the recently released 2.4.4, this release only contains a small handful of security-related bugfixes. See the website for more.
0
1848
by: Anthony Baxter | last post by:
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3.6 (FINAL). Python 2.3.6 is a security bug-fix release. While Python 2.5 is the latest version of Python, we're making this release for people who are still running Python 2.3. Unlike the recently released 2.4.4, this release only contains a small handful of security-related bugfixes. See the website for more.
0
1157
by: Guido van Rossum | last post by:
python-list@python.org] The first Python 3000 release is out -- Python 3.0a1. Be the first one on your block to download it! http://python.org/download/releases/3.0/ Excerpts: Python 3000 (a.k.a. "Py3k", and released as Python 3.0) is a new
0
9690
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10275
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10253
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10033
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7576
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5606
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2945
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.