[New-bugs-announce] [issue11006] warnings with subprocess and pipe2
Antoine Pitrou
report at bugs.python.org
Tue Jan 25 15:30:09 CET 2011
New submission from Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue11006>
_______________________________________
More information about the New-bugs-announce
mailing list