Python 2.1 有什么新变化 概述 PEP 227: 嵌套的作用域 PEP 236: __future__ 指令 PEP 207: 富比较 PEP 230: 警告框架 PEP 229: 新的构建系统 PEP 205: 弱引用 PEP 232: 函数属性 PEP 235: 在大小写不敏感的平台上导入模块 PEP 217: Interac...
Python 3.3 有什么新变化 摘要 — 发布重点 PEP 405: 虚拟环境 PEP 420: 隐式命名空间包 PEP 3118: 新的内存视图实现和缓冲协议文档 相关特性 API 的变化 PEP 393: 灵活的字符串表示 功能 Performance and resource usage PEP 397: 适用于Windows的P...
Python 3.6 有什么新变化 摘要 — 发布重点 新的特性 PEP 498: 格式化字符串字面值 PEP 526: 变量标注的语法 PEP 515: 数字字面值中的下划线。 PEP 525: 异步生成器 PEP 530: 异步推导式 PEP 487: 更简单的自定义类创建 PEP 487: 描述器协议的增强 PEP 519: 添加文件系...
Python 2.0 有什么新变化 概述 What About Python 1.6? 新开发流程 Unicode 列表推导式 Augmented Assignment 字符串的方法 Garbage Collection of Cycles 其他核心变化 Minor Language Changes Changes to Built-in ...
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 3.1 有什么新变化 PEP 372: 有序字典 PEP 378: 千位分隔符的格式说明符 其他语言特性修改 新增,改进和弃用的模块 性能优化 IDLE 构建和 C API 的改变 移植到 Python 3.1 Python 3.1 有什么新变化 作者 Raymond Hettinger This article ex...
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: ...
Python 2.4 有什么新变化 PEP 218: 内置集合对象 PEP 237: 统一长整数和整数 PEP 289: 生成器表达式 PEP 292: Simpler String Substitutions PEP 318: Decorators for Functions and Methods PEP 322: 反向迭代 PEP 324:...
Python 3.0 有什么新变化 常见的绊脚石 Print Is A Function Views And Iterators Instead Of Lists Ordering Comparisons 整数 Text Vs. Data Instead Of Unicode Vs. 8-bit Overview Of Syntax Change...