[Python-checkins] CVS: python/dist/src/Doc/lib libsys.tex,1.38,1.39

Fred L. Drake python-dev@python.org
Mon, 14 Aug 2000 21:24:56 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv13031/Doc/lib

Modified Files:
	libsys.tex 
Log Message:

Guido pointed out that all names in the sys module have no underscore,


Index: libsys.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsys.tex,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** libsys.tex	2000/08/14 15:47:30	1.38
--- libsys.tex	2000/08/15 04:24:43	1.39
***************
*** 21,25 ****
  \end{datadesc}
  
! \begin{datadesc}{byte_order}
    An indicator of the native byte order.  This will have the value
    \code{'big'} on big-endian (most-signigicant byte first) platforms,
--- 21,25 ----
  \end{datadesc}
  
! \begin{datadesc}{byteorder}
    An indicator of the native byte order.  This will have the value
    \code{'big'} on big-endian (most-signigicant byte first) platforms,