Built-in Module posix

This module provides access to operating system functionality that is standardized by the C Standard and the POSIX standard (a thinly diguised Unix<#2180#><#2180#> interface). It is available in all Python versions except on the Macintosh; the MS-DOS version does not support certain functions. The descriptions below are very terse; refer to the corresponding Unix<#2181#><#2181#> manual entry for more information.

Errors are reported as exceptions; the usual exceptions are given for type errors, while errors reported by the system calls raise posix.error, described below.

Module posix defines the following data items:


#datadesc2186#


#excdesc2193#

It defines the following functions:


#funcdesc2201#


#funcdesc2206#


#funcdesc2212#


#funcdesc2217#


#funcdesc2222#


#funcdesc2229#


#funcdesc2235#


#funcdesc2242#


#funcdesc2250#


#funcdesc2258#


#funcdesc2262#


#funcdesc2268#


#funcdesc2272#


#funcdesc2276#


#funcdesc2280#


#funcdesc2284#


#funcdesc2288#


#funcdesc2292#


#funcdesc2296#


#funcdesc2302#


#funcdesc2308#


#funcdesc2314#


#funcdesc2321#


#funcdesc2327#


#funcdesc2333#


#funcdesc2338#


#funcdesc2345#


#funcdesc2350#


#funcdesc2358#


#funcdesc2364#


#funcdesc2369#


#funcdesc2375#


#funcdesc2380#


#funcdesc2384#


#funcdesc2388#


#funcdesc2405#


#funcdesc2412#


#funcdesc2420#


#funcdesc2426#


#funcdesc2430#


#funcdesc2441#


#funcdesc2446#


#funcdesc2450#


#funcdesc2455#


#funcdesc2461#