[Python-checkins] CVS: python/dist/src/Lib/test/output test_popen2,1.2,1.3

Fred L. Drake python-dev@python.org
Mon, 28 Aug 2000 10:20:08 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv9081/Lib/test/output

Modified Files:
	test_popen2 
Log Message:

Added os.popen2() and os.popen3() for non-Windows platforms.


Index: test_popen2
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_popen2,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_popen2	2000/07/11 15:15:31	1.2
--- test_popen2	2000/08/28 17:20:05	1.3
***************
*** 1,3 ****
--- 1,8 ----
  test_popen2
+ Test popen2 module:
+ testing popen2...
+ testing popen3...
+ All OK
+ Testing os module:
  testing popen2...
  testing popen3...