[Python-checkins] CVS: python/dist/src/Demo/pdist rcslib.py,1.6,1.7

Jeremy Hylton python-dev@python.org
Wed, 28 Jun 2000 07:44:08 -0700


Update of /cvsroot/python/python/dist/src/Demo/pdist
In directory slayer.i.sourceforge.net:/tmp/cvs-serv506/Demo/pdist

Modified Files:
	rcslib.py 
Log Message:
typos fixed by Rob Hooft


Index: rcslib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/pdist/rcslib.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** rcslib.py	1998/09/14 16:43:57	1.6
--- rcslib.py	2000/06/28 14:44:05	1.7
***************
*** 297,301 ****
          """INTERNAL: run COMMAND in a subshell.
  
!         Standard input for the command is taken fron /dev/null.
  
          Raise IOError when the exit status is not zero.
--- 297,301 ----
          """INTERNAL: run COMMAND in a subshell.
  
!         Standard input for the command is taken from /dev/null.
  
          Raise IOError when the exit status is not zero.