next up previous contents index
Next: 8.10 Built-in Module fcntl Up: 8 UNIX Specific Services Previous: 8.8.1 Example

8.9 Standard Module TERMIOS

     

This module defines the symbolic constants required to use the termios module (see the previous section). See the Posix or Unix manual pages (or the source) for a list of those constants.

Note: this module resides in a system-dependent subdirectory of the Python library directory. You may have to generate it for your particular system using the script `Tools/scripts/h2py.py'.



guido@cnri.reston.va.us