Mailing List Archive

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

Modified Files:
popen2.py
Log Message:
back out spurious change from 1.22



Index: popen2.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/popen2.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** popen2.py 12 Mar 2002 19:16:19 -0000 1.22
--- popen2.py 12 Mar 2002 19:48:03 -0000 1.23
***************
*** 11,15 ****
import types

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

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

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

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