[Python-checkins] CVS: python/dist/src/Doc/lib libintro.tex,1.5,1.5.4.1

Fred L. Drake python-dev@python.org
Wed, 22 Mar 2000 13:19:51 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory weyr:/home/fdrake/projects/python/Doc-152p2/lib

Modified Files:
      Tag: release152p1-patches
	libintro.tex 
Log Message:

For O/S specific example, don't use sockets; most common platforms
have this now!


Index: libintro.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/libintro.tex,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -C2 -r1.5 -r1.5.4.1
*** libintro.tex	1999/04/29 13:41:17	1.5
--- libintro.tex	2000/03/22 18:19:48	1.5.4.1
***************
*** 23,27 ****
  interfaces that are highly specific to Python, like printing a stack
  trace; some provide interfaces that are specific to particular
! operating systems, like socket I/O; others provide interfaces that are
  specific to a particular application domain, like the World-Wide Web.
  Some modules are avaiable in all versions and ports of Python; others
--- 23,28 ----
  interfaces that are highly specific to Python, like printing a stack
  trace; some provide interfaces that are specific to particular
! operating systems, such as access to specific hardware; others provide
! interfaces that are
  specific to a particular application domain, like the World-Wide Web.
  Some modules are avaiable in all versions and ports of Python; others
***************
*** 30,34 ****
  option was chosen at the time when Python was compiled and installed.
  
! This manual is organized ``from the inside out'': it first describes
  the built-in data types, then the built-in functions and exceptions,
  and finally the modules, grouped in chapters of related modules.  The
--- 31,35 ----
  option was chosen at the time when Python was compiled and installed.
  
! This manual is organized ``from the inside out:'' it first describes
  the built-in data types, then the built-in functions and exceptions,
  and finally the modules, grouped in chapters of related modules.  The