Python 3.6.0 RC2 发布了。
Python (发音:[ 'paiθ(ə)n; (US) 'paiθɔn ]n.蟒蛇,巨蛇 ),是一种面向对象的解释性的计算机程序设计语言,也是一种功能强大而完善的通用型语言,已经具有十多年的发展历史,成熟且稳定。Python 具有脚本语言中最丰富和强大的类库,足以支持绝大多数日常应用。
更新内容:
Core and Built-ins:
Fix a memory leak in split-table dictionaries: setattr() must not convert combined table into split table. Patch written by INADA Naoki.
Fix asynchio SSL hanging if connection is closed before handshake is completed. (Patch by HoHo-Ho)
Tools/Demos:
Fix python-gdb.py for fastcalls.
Build:
Prevent gdb build errors due to HAVE_LONG_LONG redefinition.
下载地址:
http://mac.softpedia.com/get/Developer-Tools/Python-X.shtml#download
来自:开源中国社区

