[Python-checkins] python/dist/src/Doc/api init.tex,1.3,1.4

loewis@users.sourceforge.net loewis@users.sourceforge.net
Thu, 10 Oct 2002 11:25:23 -0700


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

Modified Files:
	init.tex 
Log Message:
Remove mentionings of DOS.


Index: init.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/init.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** init.tex	9 Apr 2002 21:09:42 -0000	1.3
--- init.tex	10 Oct 2002 18:24:50 -0000	1.4
***************
*** 234,238 ****
    directory names separated by a platform dependent delimiter
    character.  The delimiter character is \character{:} on \UNIX,
!   \character{;} on DOS/Windows, and \character{\e n} (the \ASCII{}
    newline character) on Macintosh.  The returned string points into
    static storage; the caller should not modify its value.  The value
--- 234,238 ----
    directory names separated by a platform dependent delimiter
    character.  The delimiter character is \character{:} on \UNIX,
!   \character{;} on Windows, and \character{\e n} (the \ASCII{}
    newline character) on Macintosh.  The returned string points into
    static storage; the caller should not modify its value.  The value