书栈网 · BookStack 本次搜索耗时 0.145 秒,为您找到 221799 个相关结果.
  • Python 2.4 有什么新变化

    Python 2.4 有什么新变化 PEP 218: 内置集合对象 PEP 237: 统一长整数和整数 PEP 289: 生成器表达式 PEP 292: 更简单的字符串替换 PEP 318: 函数和方法的装饰器 PEP 322: 反向迭代 PEP 324: 新的子进程模块 PEP 327: 十进制数据类型 为什么需要十进制? Decimal ...
  • Python 3.0 有什么新变化

    Python 3.0 有什么新变化 常见的绊脚石 Print 是函数 用视图和迭代器取代列表 排序比较 整数 文本与数据而不是 Unicode 与 8 比特位 语法变化概述 新语法 语法变化 移除的语法 Changes Already Present In Python 2.6 库的修改 PEP 3101 : A New Approa...
  • Python 3.7 有什么新变化

    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.10 有什么新变化

    Python 3.10 有什么新变化 摘要 — 发布重点 新的特性 带圆括号的上下文管理器 更清楚的错误消息 SyntaxError IndentationError AttributeError NameError PEP 626:在调试和其他工具中使用精确的行号 PEP 634:结构化模式匹配 语法与操作 声明性方式 简单模式:匹配一...
  • Python 3.13 有什么新变化

    Python 3.13 有什么新变化 摘要 — 发布重点 新的特性 更好的交互式解释器 改进的错误消息 自由线程的 CPython 实验性的即时 (JIT) 编译器 针对 locals() 的已定义修改语义 对移动平台的支持 其他语言特性修改 新增模块 改进的模块 argparse array ast asyncio bas...
  • Python 3.1 有什么新变化

    Python 3.1 有什么新变化 PEP 372: 有序字典 PEP 378: 千位分隔符的格式说明符 其他语言特性修改 新增,改进和弃用的模块 性能优化 IDLE 构建和 C API 的改变 移植到 Python 3.1 Python 3.1 有什么新变化 作者 Raymond Hettinger(译者:wh2099 at out...
  • Python 2.3 有什么新变化

    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 有什么新变化?

    Python 3.6 有什么新变化A 摘要 - 发布重点 新的特性 PEP 498: 格式化的字符串文字 PEP 526: 变量注释的语法 PEP 515: 数字文字中的下划线。 PEP 525: 异步生成器 PEP 530: 异步推导 PEP 487: 自定义类创建 PEP 487: 描述器协议的增强 PEP 519: 添加文件系统路径协议...
  • Python 2.1 有什么新变化

    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 有什么新变化

    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: ...