Python 3.2 RC3 發(fā)布 附下載
作者:張祺
Python 是一種面向?qū)ο?、直譯式計算機(jī)程序設(shè)計語言,也是一種功能強(qiáng)大而完善的通用型語言。Python 3.2 最近發(fā)布第三個 RC 版本,文章中附下載地址。
Python 是一種面向?qū)ο?、直譯式計算機(jī)程序設(shè)計語言,也是一種功能強(qiáng)大而完善的通用型語言,已經(jīng)具有十多年的發(fā)展歷史,成熟且穩(wěn)定。這種語言具有非常簡捷而清晰的語法特點,適合完成各種高級任務(wù),幾乎可以在所有的操作系統(tǒng)中運(yùn)行。
更新內(nèi)容:
- numerous improvements to the unittest module
- PEP 3147, support for .pyc repository directories
- PEP 3149, support for version tagged dynamic libraries
- PEP 3148, a new futures library for concurrent programming
- PEP 384, a stable ABI for extension modules
- PEP 391, dictionary-based logging configuration
- an overhauled GIL implementation that reduces contention
- an extended email package that handles bytes messages
- a much improved ssl module with support for SSL contexts and certificate hostname matching
- a sysconfig module to access configuration information
- additions to the shutil module, among them archive file support
- many enhancements to configparser, among them mapping protocol support
- improvements to pdb, the Python debugger
- countless fixes regarding bytes/string issues; among them full support for a bytes environment (filenames, environment variables)
- many consistency and behavior fixes for numeric operations
Python 3.2 發(fā)布第三個 RC 版本,下載地址:
http://www.python.org/download/releases/3.2/(需要翻墻)
原文鏈接:http://sd.csdn.net/a/20110215/291887.html
【編輯推薦】
責(zé)任編輯:陳貽新
來源:
csdn