diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-12 22:25:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-12 22:25:16 (GMT) |
commit | 69a07fbd9b2c1e2d203532d4babbc6d874d389ee (patch) | |
tree | 822d06c6602339d309b30584ca0bfd05f5b56edc /Doc/library/undoc.rst | |
parent | a005b34f14fd4548c84886244b68d2c34e75edbd (diff) | |
download | cpython-69a07fbd9b2c1e2d203532d4babbc6d874d389ee.zip cpython-69a07fbd9b2c1e2d203532d4babbc6d874d389ee.tar.gz cpython-69a07fbd9b2c1e2d203532d4babbc6d874d389ee.tar.bz2 |
Remove the Mac modules
Diffstat (limited to 'Doc/library/undoc.rst')
-rw-r--r-- | Doc/library/undoc.rst | 98 |
1 files changed, 0 insertions, 98 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst index b314530..8cdf442 100644 --- a/Doc/library/undoc.rst +++ b/Doc/library/undoc.rst @@ -37,104 +37,6 @@ Multimedia :mod:`sunaudio` --- Interpret Sun audio headers (may become obsolete or a tool/demo). - -.. _undoc-mac-modules: - -Undocumented Mac OS modules -=========================== - - -:mod:`applesingle` --- AppleSingle decoder ------------------------------------------- - -.. module:: applesingle - :platform: Mac - :synopsis: Rudimentary decoder for AppleSingle format files. - - -:mod:`icopen` --- Internet Config replacement for :meth:`open` --------------------------------------------------------------- - -.. module:: icopen - :platform: Mac - :synopsis: Internet Config replacement for open(). - - -Importing :mod:`icopen` will replace the builtin :meth:`open` with a version -that uses Internet Config to set file type and creator for new files. - - -:mod:`macerrors` --- Mac OS Errors ----------------------------------- - -.. module:: macerrors - :platform: Mac - :synopsis: Constant definitions for many Mac OS error codes. - - -:mod:`macerrors` contains constant definitions for many Mac OS error codes. - - -:mod:`macresource` --- Locate script resources ----------------------------------------------- - -.. module:: macresource - :platform: Mac - :synopsis: Locate script resources. - - -:mod:`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. - - -:mod:`Nav` --- NavServices calls --------------------------------- - -.. module:: Nav - :platform: Mac - :synopsis: Interface to Navigation Services. - - -A low-level interface to Navigation Services. - - -:mod:`PixMapWrapper` --- Wrapper for PixMap objects ---------------------------------------------------- - -.. module:: PixMapWrapper - :platform: Mac - :synopsis: Wrapper for PixMap objects. - - -:mod:`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 -:mod:`PIL` images. - - -:mod:`videoreader` --- Read QuickTime movies --------------------------------------------- - -.. module:: videoreader - :platform: Mac - :synopsis: Read QuickTime movies frame by frame for further processing. - - -:mod:`videoreader` reads and decodes QuickTime movies and passes a stream of -images to your program. It also provides some support for audio tracks. - - -:mod:`W` --- Widgets built on :mod:`FrameWork` ----------------------------------------------- - -.. module:: W - :platform: Mac - :synopsis: Widgets for the Mac, built on top of FrameWork. - - -The :mod:`W` widgets are used extensively in the :program:`IDE`. - - .. _obsolete-modules: Obsolete |