mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter
This commit is contained in:
parent
e4be9be99a
commit
8675115e5f
46 changed files with 958 additions and 60 deletions
|
@ -1,6 +1,6 @@
|
|||
\chapter{MACINTOSH ONLY}
|
||||
|
||||
The following modules are available on the Apple Macintosh only.
|
||||
The modules in this chapter are available on the Apple Macintosh only.
|
||||
|
||||
\section{Built-in module \sectcode{mac}}
|
||||
|
||||
|
@ -38,3 +38,7 @@ The following functions are available in this module:
|
|||
\code{isdir},
|
||||
\code{isfile},
|
||||
\code{exists}.
|
||||
|
||||
\input{libmacconsole}
|
||||
\input{libmacfs}
|
||||
\input{libmacspeech}
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
\section{Built-in module \sectcode{macconsole}}
|
||||
\bimodindex{macconsole}
|
||||
|
||||
\renewcommand{\indexsubitem}{(in module macconsole)}
|
||||
|
||||
This module is available on the Macintosh, provided Python has been
|
||||
built using the Think C compiler. It provides an interface to the
|
||||
Think console package, with which basic text windows can be created.
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
\section{Built-in module \sectcode{macfs}}
|
||||
\bimodindex{macfs}
|
||||
|
||||
\renewcommand{\indexsubitem}{(in module macfs)}
|
||||
|
||||
This module provides access to macintosh FSSpec handling, the Alias
|
||||
Manager, finder aliases and the Standard File package.
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
\section{Built-in module \sectcode{macspeech}}
|
||||
\bimodindex{macspeech}
|
||||
|
||||
\renewcommand{\indexsubitem}{(in module macspeech)}
|
||||
|
||||
This module provides an interface to the Macintosh Speech Manager,
|
||||
allowing you to let the macintosh utter phrases. You need a version of
|
||||
the speech manager extension (version 1 and 2 have been tested) in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue