Logo

上一个主题

12.5. tarfile — Read and write tar archive files

下一个主题

13.1. csv — CSV File Reading and Writing

本页

  • 显示源代码

快速搜索

This document is for an old version of Python that is no longer supported. You should upgrade, and read the Python documentation for the current stable release.

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • python logo
  • Python »
  • Python 2.7.18 文档 »
  • The Python Standard Library »
  • |

13. File Formats¶

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 File Reading and Writing
    • 13.1.1. Module Contents
    • 13.1.2. Dialects and Formatting Parameters
    • 13.1.3. Reader Objects
    • 13.1.4. Writer Objects
    • 13.1.5. Examples
  • 13.2. ConfigParser — Configuration file parser
    • 13.2.1. RawConfigParser Objects
    • 13.2.2. ConfigParser Objects
    • 13.2.3. SafeConfigParser Objects
    • 13.2.4. Examples
  • 13.3. robotparser — Parser for robots.txt
  • 13.4. netrc — netrc file processing
    • 13.4.1. netrc Objects
  • 13.5. xdrlib — Encode and decode XDR data
    • 13.5.1. Packer Objects
    • 13.5.2. Unpacker Objects
    • 13.5.3. Exceptions
  • 13.6. plistlib — Generate and parse Mac OS X .plist files
    • 13.6.1. Examples

上一个主题

12.5. tarfile — Read and write tar archive files

下一个主题

13.1. csv — CSV File Reading and Writing

本页

  • 显示源代码

快速搜索

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • python logo
  • Python »
  • Python 2.7.18 文档 »
  • The Python Standard Library »
  • |
© 版权所有 1990-2025, Python Software Foundation.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
See History and License for more information.

The Python Software Foundation is a non-profit corporation. Please donate.

最后更新于 8月 10, 2025.
Created using Sphinx 2.3.1.