檔案格式
********

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

* "csv" --- CSV File Reading and Writing

  * 模組內容

  * Dialects and Formatting Parameters

  * Reader Objects

  * Writer Objects

  * 範例

* "configparser" --- Configuration file parser

  * Quick Start

  * Supported Datatypes

  * Fallback Values

  * Supported INI File Structure

  * Interpolation of values

  * Mapping Protocol Access

  * Customizing Parser Behaviour

  * Legacy API Examples

  * ConfigParser 物件

  * RawConfigParser 物件

  * 例外

* "tomllib" --- 剖析 TOML 檔案

  * 範例

  * 轉換表

* "netrc" --- netrc 檔案處理

  * netrc 物件

* "plistlib" --- Generate and parse Apple ".plist" files

  * 範例
