[Python-checkins] CVS: python/dist/src/Doc/lib libos.tex,1.61,1.62

Fred L. Drake fdrake@users.sourceforge.net
Mon, 23 Jul 2001 12:20:58 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv28420/lib

Modified Files:
	libos.tex 
Log Message:

Typo:  Added missing "if".
This is part of SF patch #442788.


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** libos.tex	2001/07/17 20:39:18	1.61
--- libos.tex	2001/07/23 19:20:56	1.62
***************
*** 996,1000 ****
  absolute path, make sure the first character is not a slash
  (\character{/}); the underlying Win32 \cfunction{ShellExecute()}
! function doesn't work it is.  Use the \function{os.path.normpath()}
  function to ensure that the path is properly encoded for Win32.
  Availability: Windows.
--- 996,1000 ----
  absolute path, make sure the first character is not a slash
  (\character{/}); the underlying Win32 \cfunction{ShellExecute()}
! function doesn't work if it is.  Use the \function{os.path.normpath()}
  function to ensure that the path is properly encoded for Win32.
  Availability: Windows.