Módulos Substituídos
********************

Os módulos descritos neste capítulo são descontinuados e mantidos
apenas para compatibilidade com versões anteriores. Eles foram
substituídos por outros módulos.

* "aifc" --- Lê e escreve arquivos AIFF e AIFC

* "asynchat" --- Asynchronous socket command/response handler

  * Exemplo com asynchat

* "asyncore" --- Asynchronous socket handler

  * asyncore Example basic HTTP client

  * asyncore Example basic echo server

* "audioop" --- Manipulando dados de áudio original

* "cgi" --- Suporte a Common Gateway Interface

  * Introdução

  * Usando o módulo cgi

  * Interface de nível mais alto

  * Funções

  * Caring about security

  * Installing your CGI script on a Unix system

  * Testing your CGI script

  * Debugging CGI scripts

  * Common problems and solutions

* "cgitb" --- Gerenciador de traceback (situação da pilha de execução)
  para roteiros de CGI

* "chunk" --- Read IFF chunked data

* "crypt" --- Function to check Unix passwords

  * Hashing Methods

  * Atributos do módulo

  * Module Functions

  * Exemplos

* "imghdr" --- Determina o tipo de uma imagem

* "imp" --- Access the *import* internals

  * Exemplos

* "mailcap" --- Mailcap file handling

* "msilib" --- Read and write Microsoft Installer files

  * Objetos de banco de dados.

  * View Objects

  * Summary Information Objects

  * Record Objects

  * Erros

  * CAB Objects

  * Objetos Directory

  * Recursos

  * Classes GUI

  * Precomputed tables

* "nis" --- Interface para NIS da Sun (Yellow Pages)

* "nntplib" --- NNTP protocol client

  * NNTP Objects

    * Attributes

    * Métodos

  * Funções utilitárias

* "optparse" --- Parser for command line options

  * Background

    * Terminology

    * What are options for?

    * What are positional arguments for?

  * Tutorial

    * Understanding option actions

    * The store action

    * Handling boolean (flag) options

    * Outras Ações

    * Default values

    * Generating help

      * Grouping Options

    * Printing a version string

    * How "optparse" handles errors

    * Putting it all together

  * Reference Guide

    * Creating the parser

    * Populating the parser

    * Defining options

    * Option attributes

    * Standard option actions

    * Standard option types

    * Análise de argumentos

    * Querying and manipulating your option parser

    * Conflicts between options

    * Cleanup

    * 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" --- Access to OSS-compatible audio devices

  * Audio Device Objects

  * Mixer Device Objects

* "pipes" --- Interface to shell pipelines

  * Objetos Template

* "smtpd" --- Serviços SMTP

  * Objetos SMTPServer

  * DebuggingServer Objects

  * Objetos PureProxy

  * MailmanProxy Objects

  * SMTPChannel Objects

* "sndhdr" --- Determina o tipo de arquivos de som

* "spwd" --- O banco de dados de senhas shadow

* "sunau" --- Lê e escreve arquivos AU da Sun

  * Objetos AU_read

  * Objetos AU_write

* "telnetlib" --- cliente Telnet

  * Objetos Telnet

  * Telnet Example

* "uu" --- Codifica e decodifica arquivos uuencode

* "xdrlib" --- Encode and decode XDR data

  * Objetos Packer

  * Objetos Unpacker

  * Exceções
