RELEASED Python 2.6rc1

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

    RELEASED Python 2.6rc1

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On behalf of the Python development team and the Python community, I
    am happy to announce the first release candidate for Python 2.6.

    This is a release candidate, so while it is not suitable for
    production environments, we strongly encourage you to download the
    release and test it on your software. We expect only critical bugs to
    be fixed between now and the final 2.6 release, still scheduled for
    October 1st, 2008. There is one more release candidate planned for
    September 17th.

    You might notice that unlike earlier releases, we are /not/ releasing
    Python 3.0rc1 at this time. It was decided that 3.0 still needs time
    to resolve open issues and that we would not hold up the 2.6 release
    for this. We feel that Python 2.6 is nearly ready for its final
    release.

    If you find things broken or incorrect, please submit bug reports at



    For more information and downloadable distributions, see the Python
    2.6 website:



    (Note that the Windows installers will be uploaded shortly.)

    See PEP 361 for release schedule details:

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


    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)

    iQCVAwUBSMsXV3E jvBPtnXfVAQJFsg P9GxZYQocbDTd0Z/0yEjpHfZ/FTd8y83jV
    5JouO07lB8XtLaw nWB9hF8sUrCuBVo g5He3mLVUPDmlyn 30qvjYWMG2J6zW0 yYMX
    yZdjUyUmta0IMCs Xe7YXj369xebh4n WuwG4tDygly4don A7GYPXAlxI48Mmy DJxw
    1v07LM4Dttw=
    =Nd3s
    -----END PGP SIGNATURE-----
  • Mensanator

    #2
    Re: RELEASED Python 2.6rc1

    On Sep 12, 8:28�pm, 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 first release candidate for Python 2.6.
    >
    This is a release candidate, so while it is not suitable for �
    production environments, we strongly encourage you to download the �
    release and test it on your software. �We expect only critical bugs to �
    be fixed between now and the final 2.6 release, still scheduled for �
    October 1st, 2008. �There is one more release candidate planned for �
    September 17th.
    >
    You might notice that unlike earlier releases, we are /not/ releasing �
    Python 3.0rc1 at this time. �It was decided that 3.0 still needs time �
    to resolve open issues and that we would not hold up the 2.6 release �
    for this. �We feel that Python 2.6 is nearly ready for its final �
    release.
    >
    If you find things broken or incorrect, please submit bug reports at
    >
    � � �http://bugs.python.org
    >
    For more information and downloadable distributions, see the Python �
    2.6 website:
    >
    � �http://www.python.org/download/releases/2.6/
    >
    (Note that the Windows installers will be uploaded shortly.)
    About this Vista note on that page:

    <quote>
    Vista Note
    Administrators installing Python for all users on Windows Vista
    either
    need to be logged in as Administrator, or use the runas command, as
    in:

    runas /user:Administra tor "msiexec /i <path>\<file>.m si"
    </quote>

    I couldn't get Idle to run until Python was installed this way, so it
    appears to be required even for a single user.

    And I know that Windows operation is not Python's responsibility,
    but couldn't you point out casually that, by default, the
    Administrator
    account is disabled in Vista. And the above won't work until you find
    out how to enable the Administrator (an easy Google search).
    >
    See PEP 361 for release schedule details:
    >
    � � �http://www.python.org/dev/peps/pep-0361/
    >
    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)
    >
    iQCVAwUBSMsXV3E jvBPtnXfVAQJFsg P9GxZYQocbDTd0Z/0yEjpHfZ/FTd8y83jV
    5JouO07lB8XtLaw nWB9hF8sUrCuBVo g5He3mLVUPDmlyn 30qvjYWMG2J6zW0 yYMX
    yZdjUyUmta0IMCs Xe7YXj369xebh4n WuwG4tDygly4don A7GYPXAlxI48Mmy DJxw
    1v07LM4Dttw=
    =Nd3s
    -----END PGP SIGNATURE-----

    Comment

    Working...