+
首页
开源软件
问答
博客
翻译
资讯
Gitee
众包
活动
专区
源创会
高手问答
开源访谈
周刊
公司开源导航页
登录
注册
资讯
博客
软件
造物
智库
动弹
专区
活动
工具
培训
Gitee
新媒体
OSC 直播栏目
技术领航
OSC 公众号
硬核 + 嬉笑怒骂
OSC 微博
技术圈大 V 出没
OSC 视频号
AI 百科
OSC 今日头条
微头条显行业百态
LFOSSA 公众号
LF 开源软件学园
模力方舟公众号
大模型托管平台
Gitee 服务号
研发管理解决方案
登录
注册
新版
Python 3.3.0 RC2 发布,正式版 22 号发布
Python 3.3.0 RC2 发布了,正式版计划于本月22日发布。
改进记录:
PEP 380
, syntax for delegating to a subgenerator (
yield from
)
PEP 393
, flexible string representation (doing away with the distinction between "wide" and "narrow" Unicode builds)
A C implementation of the "decimal" module, with up to 80x speedup for decimal-heavy applications
The import system (__import__) is based on importlib by default
The new "lzma" module with LZMA/XZ support
PEP 405
, virtual environment support in core
PEP 420
, namespace package support
PEP 3151
, reworking the OS and IO exception hierarchy
PEP 3155
, qualified name for classes and functions
PEP 409
, suppressing exception context
PEP 414
, explicit Unicode literals to help with porting
PEP 418
, extended platform-independent clocks in the "time" module
PEP 412
, a new key-sharing dictionary implementation that significantly saves memory for object-oriented code
The new "faulthandler" module that helps diagnosing crashes
The new "unittest.mock" module
The new "ipaddress" module
A "collections.ChainMap" class for linking mappings to a single unit
Wrappers for many more POSIX functions in the "os" and "signal" modules, as well as other useful functions such as "sendfile()"
Hash randomization, introduced in earlier bugfix releases, is now switched on by default
Python 3.3.0 RC2 发布,正式版 22 号发布
分享
复制链接
README badge(
)
社交分享
微信
QQ
微博
MrMign
2012-09-12 11:08
3.3了都,2.7还用不熟练呢
0
回复
举报
回复 @
{{ emoji.type }}
{{emojiItem.symbol}}
热门资讯
智谱发布 AutoClaw:国内首个真·一键安装的本地版 OpenClaw
白开水不加糖
·
03/10 10:03
6 评论
腾讯电脑管家打造基于 OpenClaw 的本地 AI 助手:QClaw
局
·
03/09 17:24
5 评论
深圳龙岗发布“龙虾十条”,支持 OpenClaw & OPC 发展
局
·
03/09 11:13
5 评论
攻击者通过“提示词注入”强制让 4000 台电脑安装 OpenClaw
局
·
03/09 16:35
0 评论
英伟达 CEO 黄仁勋:OpenClaw 三周达成 Linux 三十年成就,AI Agent 正引爆算力需求
局
·
03/09 15:22
0 评论
TIOBE 3 月榜单:Ruby 濒临跌出前三十
白开水不加糖
·
03/09 10:18
0 评论
魔幻龙虾🦞
菠萝的海子
·
03/10 14:09
0 评论
deepin 应用商店全新升级!
深度操作系统
·
前天 15:17
0 评论
腾讯 CodeBuddy 发布致歉声明:已紧急扩容 10 倍
白开水不加糖
·
03/10 11:08
0 评论
OpenClaw 创始人否认入驻微博等国内平台
白开水不加糖
·
03/09 11:25
0 评论
删除一条评论
评论删除后,数据将无法恢复
取消
确定
顶部
Python 3.3.0 RC2 发布,正式版 22 号发布
Python 3.3.0 RC2 发布了,正式版计划于本月22日发布。
改进记录: