7. Opcjonalne usługi systemu operacyjnego

Moduły opisane w tym rozdziale udostępniają interfejsy do cech systemu operacyjnego, które dostępne są tylko w niektórych systemach. Interfejsy są w większości oparte na tych, które oferuje system Unix oraz biblioteka języka C, lecz dostępne są one również w innych systemach (np. Windows lub NT). Oto zostawienie modułów:

signal   Set handlers for asynchronous events.
socket   Low-level networking interface.
select   Wait for I/O completion on multiple streams.
thread   Create multiple threads of control within one interpreter.
threading   Higher-level threading interface.
dummy_thread   Drop-in replacement for the thread module.
dummy_threading   Drop-in replacement for the threading module.
Queue   A synchronized queue class.
mmap   Interface to memory-mapped files for Unix and Windows.
anydbm   Generic interface to DBM-style database modules.
dumbdbm   Portable implementation of the simple DBM interface.
dbhash   DBM-style interface to the BSD database library.
whichdb   Guess which DBM-style module created a given database.
bsddb   Interface to Berkeley DB database library
zlib   Low-level interface to compression and decompression routines compatible with gzip.
gzip   Interfaces for gzip compression and decompression using file objects.
bz2   Interface to compression and decompression routines compatible with bzip2.
zipfile   Read and write ZIP-format archive files.
tarfile   Read and write tar-format archive files.
readline   GNU readline support for Python.
rlcompleter   Python identifier completion for the GNU readline library.

Zajrzyj do Informacji na temat tej publikacji... aby pomóc w jej rozwoju.