ドキュメント化されていないモジュール
************************************

現在ドキュメント化されていないが、ドキュメント化すべきモジュールを以下
にざっと列挙します。どうぞこれらのドキュメントを寄稿してください！ (電
子メールで docs@python.org に送ってください。)

この章のアイデアと元の文章内容は Fredrik Lundh のポストによるものです;
この章の特定の内容は実際には改訂されてきています。


Miscellaneous useful utilities
==============================

Some of these are very old and/or not very robust; marked with 「hmm.
」

"ihooks"
   — Import hook support (for "rexec"; may become obsolete).  Removed
   in Python 3.x.


プラットフォーム固有のモジュール
================================

これらのモジュールは "os.path" モジュールを実装するために用いられてい
ますが、ここで触れる内容を超えてドキュメントされていません。これらはも
う少しドキュメント化する必要があります。

"ntpath"
   — Implementation of "os.path" on Win32, Win64, WinCE, and OS/2
   platforms.

"posixpath"
   — POSIXにおける "os.path" 実装です。

"bsddb185"
   — Backwards compatibility module for systems which still use the
   Berkeley DB 1.85 module.  It is normally only available on certain
   BSD Unix-based systems. It should never be used directly.


Multimedia
==========

"audiodev"
   — Platform-independent API for playing audio data.  Removed in
   Python 3.x.

"linuxaudiodev"
   — Play audio data on the Linux audio device.  Replaced in Python
   2.3 by the "ossaudiodev" module.  Removed in Python 3.x.

"sunaudio"
   — Interpret Sun audio headers (may become obsolete or a tool/demo).
   Removed in Python 3.x.

"toaiff"
   — Convert 「arbitrary」 sound files to AIFF files; should probably
   become a tool or demo.  Requires the external program **sox**.
   Removed in Python 3.x.


Undocumented Mac OS modules
===========================


"applesingle" — AppleSingle decoder
-----------------------------------

バージョン 2.6 で撤廃.


"buildtools" — Helper module for BuildApplet and Friends
--------------------------------------------------------

バージョン 2.4 で撤廃.


"cfmfile" — Code Fragment Resource module
-----------------------------------------

"cfmfile" is a module that understands Code Fragments and the
accompanying 「cfrg」 resources. It can parse them and merge them, and
is used by BuildApplication to combine all plugin modules to a single
executable.

バージョン 2.4 で撤廃.


"icopen" — Internet Config replacement for "open()"
---------------------------------------------------

Importing "icopen" will replace the built-in "open()" with a version
that uses Internet Config to set file type and creator for new files.

バージョン 2.6 で撤廃.


"macerrors" — Mac OS Errors
---------------------------

"macerrors" contains constant definitions for many Mac OS error codes.

バージョン 2.6 で撤廃.


"macresource" — Locate script resources
---------------------------------------

"macresource" helps scripts finding their resources, such as dialogs
and menus, without requiring special case code for when the script is
run under MacPython, as a MacPython applet or under OSX Python.

バージョン 2.6 で撤廃.


"Nav" — NavServices calls
-------------------------

A low-level interface to Navigation Services.

バージョン 2.6 で撤廃.


"PixMapWrapper" — Wrapper for PixMap objects
--------------------------------------------

"PixMapWrapper" wraps a PixMap object with a Python object that allows
access to the fields by name. It also has methods to convert to and
from "PIL" images.

バージョン 2.6 で撤廃.


"videoreader" — Read QuickTime movies
-------------------------------------

"videoreader" reads and decodes QuickTime movies and passes a stream
of images to your program. It also provides some support for audio
tracks.

バージョン 2.6 で撤廃.


"W" — Widgets built on "FrameWork"
----------------------------------

The "W" widgets are used extensively in the **IDE**.

バージョン 2.6 で撤廃.


Obsolete
========

These modules are not normally available for import; additional work
must be done to make them available.

These extension modules written in C are not built by default. Under
Unix, these must be enabled by uncommenting the appropriate lines in
"Modules/Setup" in the build tree and either rebuilding Python if the
modules are statically linked, or building and installing the shared
object if using dynamically-loaded extensions.

"timing"
   — Measure time intervals to high resolution (use "time.clock()"
   instead).  Removed in Python 3.x.


SGI-specific Extension modules
==============================

The following are SGI specific, and may be out of touch with the
current version of reality.

"cl"
   — Interface to the SGI compression library.

"sv"
   — Interface to the 「simple video」 board on SGI Indigo (obsolete
   hardware). Removed in Python 3.x.
