Popen3 and Popen4 should be in __all__

This commit is contained in:
Skip Montanaro 2002-03-12 19:16:19 +00:00
parent 524a098f54
commit 59b40c0828
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import os
import sys
import types
__all__ = ["popen2", "popen3", "popen4"]
__all__ = ["popen2", "popen3", "popen4", "Popen3", "Popen4"]
MAXFD = 256 # Max number of file descriptors (os.getdtablesize()???)