Mailing List Archive

CVS: python/dist/src/Lib popen2.py,1.21,1.22
Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv15544

Modified Files:
popen2.py
Log Message:
Popen3 and Popen4 should be in __all__


Index: popen2.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/popen2.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** popen2.py 24 Feb 2002 05:32:32 -0000 1.21
--- popen2.py 12 Mar 2002 19:16:19 -0000 1.22
***************
*** 11,15 ****
import types

! __all__ = ["popen2", "popen3", "popen4"]

MAXFD = 256 # Max number of file descriptors (os.getdtablesize()???)
--- 11,15 ----
import types

! __all__ = ["popen2", "popen3", "popen4", "Popen3", "Popen4"]

MAXFD = 256 # Max number of file descriptors (os.getdtablesize()???)