[issue12196] add pipe2() to the os module

Charles-François Natali report at bugs.python.org
Mon Jun 6 18:58:49 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

Hmm, thinking about it, I don't see any reason to make the flags argument optional.
Here's a patch changing that (also, pipe2 is now declared as METH_O instead of METH_VARARGS).

----------
Added file: http://bugs.python.org/file22265/pipe2_arg.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12196>
_______________________________________


More information about the Python-bugs-list mailing list