RELEASED Python 2.6 final

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Barry Warsaw

    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

    Author, A.M. Kuchling (amk at amk.ca),. This article explains the new features in Python 2.6, released on October 1, 2008. The release schedule is described in PEP 361. The major theme of Python 2....


    as well as PEP 361

    This document describes the development and release schedule for Python 2.6 and 3.0. The schedule primarily concerns itself with PEP-sized items. Small features may be added up to and including the first beta release. Bugs may be fixed until the fina...


    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:

    The official home of the Python Programming Language


    (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:



    Enjoy,
    - -Barry

    Barry Warsaw
    barry@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-----
  • Michele Simionato

    #2
    Re: RELEASED Python 2.6 final

    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?

    Comment

    • Paul Rubin

      #3
      Re: RELEASED Python 2.6 final

      Barry Warsaw <barry@python.o rgwrites: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!

      Comment

      • nneonneo

        #4
        Re: RELEASED Python 2.6 final

        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...

        Comment

        • skip@pobox.com

          #5
          Re: RELEASED Python 2.6 final


          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 - skip@pobox.com - http://www.webfast.com/~skip/

          Comment

          • Francesco Guerrieri

            #6
            Re: RELEASED Python 2.6 final

            On Thu, Oct 2, 2008 at 11:23 AM, <skip@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

            Comment

            • olive

              #7
              Re: RELEASED Python 2.6 final

              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.

              Comment

              • konstantin

                #8
                Re: RELEASED Python 2.6 final

                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
                >
                Author, A.M. Kuchling (amk at amk.ca),. This article explains the new features in Python 2.6, released on October 1, 2008. The release schedule is described in PEP 361. The major theme of Python 2....

                >
                as well as PEP 361
                >
                This document describes the development and release schedule for Python 2.6 and 3.0. The schedule primarily concerns itself with PEP-sized items. Small features may be added up to and including the first beta release. Bugs may be fixed until the fina...

                >
                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:
                >
                The official home of the Python Programming Language

                >
                (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:
                >

                >
                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

                Comment

                • Terry Reedy

                  #9
                  Re: RELEASED Python 2.6 final

                  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

                  Comment

                  Working...