Python 3.2 RC3 發布 附下載
作者:張祺
Python 是一種面向對象、直譯式計算機程序設計語言,也是一種功能強大而完善的通用型語言。Python 3.2 最近發布第三個 RC 版本,文章中附下載地址。
Python 是一種面向對象、直譯式計算機程序設計語言,也是一種功能強大而完善的通用型語言,已經具有十多年的發展歷史,成熟且穩定。這種語言具有非常簡捷而清晰的語法特點,適合完成各種高級任務,幾乎可以在所有的操作系統中運行。
更新內容:
- 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 發布第三個 RC 版本,下載地址:
http://www.python.org/download/releases/3.2/(需要翻墻)
原文鏈接:http://sd.csdn.net/a/20110215/291887.html
【編輯推薦】
責任編輯:陳貽新
來源:
csdn