Python 参考手册 译者列表(字母序):
o 8. 顶层构件(Top-level components)
o 1. 介绍(Introduction)
o 2. 词法分析(Lexical analysis)
o 3. 数据模型(Data model)
o 4. 运行模型(Execution model)
o 5. 表达式(Expressions)
o 6.1 表达式语句(Expression statements)
o 6.2 断言语句(Assert statements)
o 6.4 pass 语句
o 6.5 del 语句
o 6.7 return 语句
o 6.10 break 语句
o 6.11 continue 语句
o 6.13 global 语句
o 7. 复合语句(Compound statements)
o 6.3 赋值语句(Assignment statements)
o 6.3.1 增量赋值语句(Augmented Assignment statements)
o 6.6 print语句(The print statement)
o 6.8 yield语句(The yield statement)
o 6.9 raise语句(The raise statement)
o 6.12 import 语句(The import statement)
o 6.14 exec 语句(The exec statement)