POSIX

はじめに

このモジュールは、IEEE 10003.1 (POSIX.1) 標準ドキュメントで 定義された関数へのインターフェイスを有しています。 これらの関数は、他の手段からは利用できません。

警告

posix_getpwnam() のような POSIX 関数は、重要な データを取得することができます。

注意: この拡張モジュールは Windows 環境では利用できません。

add a note

User Contributed Notes 1 note

up
0
docvert at holloway dot co dot nz
17 years ago
I suggest changing the description of posix_times() from "Get process times" to "Get current process times" in order to follow the "current process" naming convention of the other functions.
To Top