[issue14661] posix module: add O_EXEC, O_SEARCH, O_TTY_INIT

Pino Toscano report at bugs.python.org
Tue Apr 24 18:36:21 CEST 2012


New submission from Pino Toscano <toscano.pino at 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 <report at bugs.python.org>
<http://bugs.python.org/issue14661>
_______________________________________


More information about the Python-bugs-list mailing list