New submission from Antoine Pitrou <pit...@free.fr>: Since r87651, subprocess can raise a RuntimeWarning if pipe2() fails. I'm not sure there's any point in that, since it's very low-level and it's nothing the user can do about anyway.
Ironically, there is no warning if pipe2() is not available at all. ---------- components: Library (Lib) messages: 127011 nosy: georg.brandl, gregory.p.smith, pitrou priority: normal severity: normal status: open title: warnings with subprocess and pipe2 type: behavior versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11006> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com