New submission from Pino Toscano <toscano.p...@tiscali.it>: The posix module exposes already quite some O_* constants, but it misses few POSIX ones (see [1]), but it misses O_EXEC, O_SEARCH, and O_TTY_INIT.
The attached patch adds them. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html ---------- files: fcntl_h_constants.diff keywords: patch messages: 159168 nosy: pino priority: normal severity: normal status: open title: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT type: enhancement versions: Python 3.3 Added file: http://bugs.python.org/file25341/fcntl_h_constants.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14661> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com