Commit 59b40c08 authored by Skip Montanaro's avatar Skip Montanaro

Popen3 and Popen4 should be in __all__

parent 524a098f
...@@ -10,7 +10,7 @@ import os ...@@ -10,7 +10,7 @@ import os
import sys import sys
import types import types
__all__ = ["popen2", "popen3", "popen4"] __all__ = ["popen2", "popen3", "popen4", "Popen3", "Popen4"]
MAXFD = 256 # Max number of file descriptors (os.getdtablesize()???) MAXFD = 256 # Max number of file descriptors (os.getdtablesize()???)
......
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