Python 2.4 有什么新变化 PEP 218: 内置集合对象 PEP 237: 统一长整数和整数 PEP 289: 生成器表达式 PEP 292: 更简单的字符串替换 PEP 318: 函数和方法的装饰器 PEP 322: 反向迭代 PEP 324: 新的子进程模块 PEP 327: 十进制数据类型 为什么需要十进制? Decimal ...
Python 3.7 有什么新变化 摘要 - 发布重点 新的特性 PEP 563:延迟的标注求值 PEP 538: 传统 C 区域强制转换 PEP 540: 强制 UTF-8 运行时模式 PEP 553: 内置的 breakpoint() PEP 539: 用于线程局部存储的新 C API PEP 562: 定制对模块属性的访问 PEP 56...
Python 3.1 有什么新变化 PEP 372: 有序字典 PEP 378: 千位分隔符的格式说明符 其他语言特性修改 新增,改进和弃用的模块 性能优化 IDLE 构建和 C API 的改变 移植到 Python 3.1 Python 3.1 有什么新变化 作者 Raymond Hettinger(译者:wh2099 at out...
Python 2.3 有什么新变化 PEP 218: A Standard Set Datatype PEP 255: Simple Generators PEP 263: Source Code Encodings PEP 273: 从ZIP压缩包导入模块 PEP 277: Unicode file name support for Windows...
Python 3.6 有什么新变化A 摘要 - 发布重点 新的特性 PEP 498: 格式化的字符串文字 PEP 526: 变量注释的语法 PEP 515: 数字文字中的下划线。 PEP 525: 异步生成器 PEP 530: 异步推导 PEP 487: 自定义类创建 PEP 487: 描述器协议的增强 PEP 519: 添加文件系统路径协议...
Python 2.1 有什么新变化 概述 PEP 227: Nested Scopes PEP 236: __future__ Directives PEP 207: Rich Comparisons PEP 230: Warning Framework PEP 229: New Build System PEP 205: Weak Refere...
Python 2.2 有什么新变化 概述 PEPs 252 and 253: Type and Class Changes Old and New Classes Descriptors Multiple Inheritance: The Diamond Rule Attribute Access Related Links PEP 234: ...