Commit 22b5b2b4 authored by Martín Ferrari's avatar Martín Ferrari

foo

parent 3f8d003b
......@@ -154,12 +154,6 @@ class Popen(Subprocess):
if getattr(self, k) != None:
_eintr_wrapper(os.close, v)
#self.universal_newlines = False # compat with subprocess.communicate
# No need to reinvent the wheel: damnit, stupid python namespace handling
# won't allow me to reference another module called subprocess...
#communicate = subprocess.communicate
#_communicate = subprocess._communicate
def communicate(self, input = None):
"""See Popen.communicate."""
# FIXME: almost verbatim from stdlib version, need to be removed or
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment