已被取代的模組
**************

此章節所描述的模組 (modules) 均已被棄用，僅為了向後相容性而被保留下來
。它們已經被其他模組所取代。

* "aifc" --- 讀寫 AIFF 與 AIFC 檔案

* "asynchat" --- 非同步 socket 指令/回應處理函式

  * asynchat 示例

* "asyncore" --- 非同步 socket 處理函式

  * asyncore 示例基本 HTTP 客户端

  * asyncore 示例基本回显服务器

* "audioop" --- 操作原始聲音檔案

* "cgi" --- 通用閘道器介面支援

  * 簡介

  * 使用 cgi 模块

  * 更高层级的接口

  * 函式

  * 对于安全性的关注

  * 在 Unix 系统上安装你的 CGI 脚本

  * 测试你的 CGI 脚本

  * 调试 CGI 脚本

  * 常见问题和解决方案

* "cgitb" --- CGI 腳本的回溯 (traceback) 管理程式

* "chunk" --- 讀取 IFF 分塊資料

* "crypt" --- 用於檢查 Unix 密碼的函式

  * 哈希方法

  * 模組屬性

  * 模組函式

  * 範例

* "imghdr" --- 推測圖片種類

* "imp" —— 由代码内部访问 *import* 。

  * 範例

* "mailcap" --- Mailcap 文件处理

* "msilib" --- 讀寫 Microsoft Installer 檔案

  * Database Objects

  * View Objects

  * Summary Information Objects

  * Record Objects

  * Errors

  * CAB 物件

  * Directory Objects

  * 相关特性

  * GUI classes

  * Precomputed tables

* "nis" --- Sun NIS (Yellow Pages) 介面

* "nntplib" --- NNTP 協定客戶端

  * NNTP 物件

    * 屬性

    * 方法

  * 工具函数

* "optparse" --- 命令行选项的解析器

  * 背景

    * 术语

    * What are options for?

    * 位置参数有什么用？

  * 教程

    * Understanding option actions

    * The store action

    * Handling boolean (flag) options

    * Other actions

    * 默认值

    * Generating help

      * Grouping Options

    * Printing a version string

    * How "optparse" handles errors

    * Putting it all together

  * 参考指南

    * 创建解析器

    * 填充解析器

    * 定义选项

    * Option attributes

    * Standard option actions

    * Standard option types

    * 解析参数

    * Querying and manipulating your option parser

    * Conflicts between options

    * 清理

    * Other methods

  * Option Callbacks

    * Defining a callback option

    * How callbacks are called

    * Raising errors in a callback

    * Callback example 1: trivial callback

    * Callback example 2: check option order

    * Callback example 3: check option order (generalized)

    * Callback example 4: check arbitrary condition

    * Callback example 5: fixed arguments

    * Callback example 6: variable arguments

  * Extending "optparse"

    * Adding new types

    * Adding new actions

* "ossaudiodev" --- 對 OSS 相容聲音裝置的存取

  * 音频设备对象

  * 混音器设备对象

* "pipes" --- shell pipelines 介面

  * 模板对象

* "smtpd" --- SMTP 伺服器

  * SMTPServer 物件

  * DebuggingServer 物件

  * PureProxy 物件

  * MailmanProxy 物件

  * SMTPChannel 物件

* "sndhdr" --- 判定聲音檔案的型別

* "spwd" --- shadow 密碼資料庫

* "sunau" --- 讀寫 Sun AU 檔案

  * AU_read 物件

  * AU_write 物件

* "telnetlib" --- Telnet 客戶端

  * Telnet 对象

  * Telnet 範例

* "xdrlib" --- uuencode 檔案的編碼與解碼

* "xdrlib" --- XDR 資料的編碼與解碼

  * Packer 对象

  * Unpacker 对象

  * 例外
