This document is for an old version of Python that is no longer supported. You should upgrade and read the Python 当前稳定版本的文档.

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • Python 2.7.18 文档 »
  • Python 标准库 »

13. 文件格式¶

The modules described in this chapter parse various miscellaneous file formats that aren’t markup languages or are related to e-mail.

  • 13.1. csv — CSV 文件读写
    • 13.1.1. 模块内容
    • 13.1.2. 变种与格式参数
    • 13.1.3. Reader 对象
    • 13.1.4. Writer 对象
    • 13.1.5. 例子
  • 13.2. ConfigParser — Configuration file parser
    • 13.2.1. RawConfigParser 对象
    • 13.2.2. ConfigParser 对象
    • 13.2.3. SafeConfigParser Objects
    • 13.2.4. Examples
  • 13.3. robotparser — Parser for robots.txt
  • 13.4. netrc — netrc 文件处理
    • 13.4.1. netrc 对象
  • 13.5. xdrlib — 编码与解码 XDR 数据
    • 13.5.1. Packer 对象
    • 13.5.2. Unpacker 对象
    • 13.5.3. 异常
  • 13.6. plistlib — 生成与解析 Mac OS X .plist 文件
    • 13.6.1. 例子

上一个主题

12.5. tarfile — 读写tar归档文件

下一个主题

13.1. csv — CSV 文件读写

本页

  • 显示源代码

快速搜索

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • Python 2.7.18 文档 »
  • Python 标准库 »
© 版权所有 1990-2020, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。
Last updated on 6月 19, 2020. 发现了问题?
使用Sphinx2.3.1 创建。