Python论坛  - 讨论区

标题:[python-chinese] Fwd: RELEASED Python 2.5 (FINAL)

2006年09月19日 星期二 20:56

limodou limodou在gmail.com
星期二 九月 19 20:56:29 HKT 2006

2.5正式发布了。

---------- Forwarded message ----------
From: Anthony Baxter <anthony在python.org>
Date: Sep 19, 2006 8:39 PM
Subject: RELEASED Python 2.5 (FINAL)
To: python-list在python.org, python-dev在python.org, python-announce在python.org


It's been nearly 20 months since the last major release
of Python (2.4), and 5 months since the first alpha
release of this cycle, so I'm absolutely thrilled to be
able to say:

    On behalf of the Python development team
    and the Python community, I'm happy to
    announce the FINAL release of Python 2.5.

This is a *production* release of Python 2.5. Yes, that's
right, it's finally here.

Python 2.5 is probably the most significant new release
of Python since 2.2, way back in the dark ages of 2001.
There's been a wide variety of changes and additions,
both user-visible and underneath the hood. In addition,
we've switched to SVN for development and now use Buildbot
to do continuous testing of the Python codebase.

Much more information (as well as source distributions
and Windows and Universal Mac OSX installers) are available
from the 2.5 website:

    http://www.python.org/2.5/

The new features in Python 2.5 are described in Andrew
Kuchling's What's New In Python 2.5. It's available
from the 2.5 web page.

Amongst the new features of Python 2.5 are conditional
expressions, the with statement, the merge of try/except
and try/finally into try/except/finally, enhancements
to generators to produce coroutine functionality, and
a brand new AST-based compiler implementation underneath
the hood. There's a variety of smaller new features as
well.

New to the standard library are hashlib, ElementTree,
sqlite3, wsgiref, uuid and ctypes. As well, a new
higher-performance profiling module (cProfile) was
added.

Extra-special thanks on behalf of the entire Python
community should go out to Neal Norwitz, who's done
absolutely sterling work in shepherding Python 2.5
through to it's final release.

Enjoy this new release, (and Woo-HOO! It's done!)
Anthony

Anthony Baxter
anthony在python.org
Python Release Manager
(on behalf of the entire python-dev team)


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




-- 
I like python!
My Blog: http://www.donews.net/limodou
UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad
UliPad Maillist: http://groups.google.com/group/ulipad

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年09月19日 星期二 21:24

crocodile.liu crocodile.liu在163.com
星期二 九月 19 21:24:50 HKT 2006

limodou 写道:
> 2.5正式发布了。
>
>   

limodou好快啊
> ---------- Forwarded message ----------
> From: Anthony Baxter <anthony在python.org>
> Date: Sep 19, 2006 8:39 PM
> Subject: RELEASED Python 2.5 (FINAL)
> To: python-list在python.org, python-dev在python.org, python-announce在python.org
>
>
> It's been nearly 20 months since the last major release
> of Python (2.4), and 5 months since the first alpha
> release of this cycle, so I'm absolutely thrilled to be
> able to say:
>
>     On behalf of the Python development team
>     and the Python community, I'm happy to
>     announce the FINAL release of Python 2.5.
>
> This is a *production* release of Python 2.5. Yes, that's
> right, it's finally here.
>
> Python 2.5 is probably the most significant new release
> of Python since 2.2, way back in the dark ages of 2001.
> There's been a wide variety of changes and additions,
> both user-visible and underneath the hood. In addition,
> we've switched to SVN for development and now use Buildbot
> to do continuous testing of the Python codebase.
>
> Much more information (as well as source distributions
> and Windows and Universal Mac OSX installers) are available
> from the 2.5 website:
>
>     http://www.python.org/2.5/
>
> The new features in Python 2.5 are described in Andrew
> Kuchling's What's New In Python 2.5. It's available
> from the 2.5 web page.
>
> Amongst the new features of Python 2.5 are conditional
> expressions, the with statement, the merge of try/except
> and try/finally into try/except/finally, enhancements
> to generators to produce coroutine functionality, and
> a brand new AST-based compiler implementation underneath
> the hood. There's a variety of smaller new features as
> well.
>
> New to the standard library are hashlib, ElementTree,
> sqlite3, wsgiref, uuid and ctypes. As well, a new
> higher-performance profiling module (cProfile) was
> added.
>
> Extra-special thanks on behalf of the entire Python
> community should go out to Neal Norwitz, who's done
> absolutely sterling work in shepherding Python 2.5
> through to it's final release.
>
> Enjoy this new release, (and Woo-HOO! It's done!)
> Anthony
>
> Anthony Baxter
> anthony在python.org
> Python Release Manager
> (on behalf of the entire python-dev team)
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
>
>
>   



[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年09月20日 星期三 08:47

linuxbbs linuxbbs在163.com
星期三 九月 20 08:47:13 HKT 2006

晕。。。慢了一步




linuxbbs
2006-09-20



发件人: limodou
发送时间: 2006-09-19 20:56:56
收件人: Python.cn at google; python-chinese列表
抄送: 
主题: [python-chinese] Fwd: RELEASED Python 2.5 (FINAL)

2.5正式发布了。

---------- Forwarded message ----------
From: Anthony Baxter  <anthony at python.org >
Date: Sep 19, 2006 8:39 PM
Subject: RELEASED Python 2.5 (FINAL)
To: python-list at python.org, python-dev at python.org, python-announce at python.org


It's been nearly 20 months since the last major release
of Python (2.4), and 5 months since the first alpha
release of this cycle, so I'm absolutely thrilled to be
able to say:

    On behalf of the Python development team
    and the Python community, I'm happy to
    announce the FINAL release of Python 2.5.

This is a *production* release of Python 2.5. Yes, that's
right, it's finally here.

Python 2.5 is probably the most significant new release
of Python since 2.2, way back in the dark ages of 2001.
There's been a wide variety of changes and additions,
both user-visible and underneath the hood. In addition,
we've switched to SVN for development and now use Buildbot
to do continuous testing of the Python codebase.

Much more information (as well as source distributions
and Windows and Universal Mac OSX installers) are available
from the 2.5 website:

    http://www.python.org/2.5/

The new features in Python 2.5 are described in Andrew
Kuchling's What's New In Python 2.5. It's available
from the 2.5 web page.

Amongst the new features of Python 2.5 are conditional
expressions, the with statement, the merge of try/except
and try/finally into try/except/finally, enhancements
to generators to produce coroutine functionality, and
a brand new AST-based compiler implementation underneath
the hood. There's a variety of smaller new features as
well.

New to the standard library are hashlib, ElementTree,
sqlite3, wsgiref, uuid and ctypes. As well, a new
higher-performance profiling module (cProfile) was
added.

Extra-special thanks on behalf of the entire Python
community should go out to Neal Norwitz, who's done
absolutely sterling work in shepherding Python 2.5
through to it's final release.

Enjoy this new release, (and Woo-HOO! It's done!)
Anthony

Anthony Baxter
anthony at python.org
Python Release Manager
(on behalf of the entire python-dev team)


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




-- 
I like python!
My Blog: http://www.donews.net/limodou
UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad
UliPad Maillist: http://groups.google.com/group/ulipad
_______________________________________________
python-chinese
Post: send python-chinese at lists.python.cn
Subscribe: send subscribe to python-chinese-request at lists.python.cn
Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20060920/1e531723/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号