[Python-checkins] python/dist/src/Doc/lib libos.tex, 1.146.2.7, 1.146.2.8

fdrake@users.sourceforge.net fdrake at users.sourceforge.net
Tue Jun 28 01:22:25 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22945/lib

Modified Files:
      Tag: release24-maint
	libos.tex 
Log Message:
add note that os.EX_* constants are subject to availability on the host
platform


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.146.2.7
retrieving revision 1.146.2.8
diff -u -d -r1.146.2.7 -r1.146.2.8
--- libos.tex	25 Jun 2005 20:44:12 -0000	1.146.2.7
+++ libos.tex	27 Jun 2005 23:22:22 -0000	1.146.2.8
@@ -1304,6 +1304,9 @@
 \function{_exit()}, although they are not required.  These are
 typically used for system programs written in Python, such as a
 mail server's external command delivery program.
+\note{Some of these may not be available on all \UNIX{} platforms,
+since there is some variation.  These constants are defined where they
+are defined by the underlying platform.}
 
 \begin{datadesc}{EX_OK}
 Exit code that means no error occurred.



More information about the Python-checkins mailing list