[Python-checkins] CVS: python/dist/src/Doc/tut tut.tex,1.143,1.144

Fred L. Drake fdrake@users.sourceforge.net
2001年7月13日 19:14:44 -0700


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory usw-pr-cvs1:/tmp/cvs-serv18409/tut
Modified Files:
	tut.tex 
Log Message:
Minor changes to match the style guide.
Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.143
retrieving revision 1.144
diff -C2 -r1.143 -r1.144
*** tut.tex	2001年07月06日 17:28:39	1.143
--- tut.tex	2001年07月14日 02:14:42	1.144
***************
*** 34,38 ****
 The Python interpreter and the extensive standard library are freely
 available in source or binary form for all major platforms from the
! Python web site, \url{http://www.python.org}, and can be freely
 distributed. The same site also contains distributions of and
 pointers to many free third party Python modules, programs and tools,
--- 34,38 ----
 The Python interpreter and the extensive standard library are freely
 available in source or binary form for all major platforms from the
! Python Web site, \url{http://www.python.org/}, and can be freely
 distributed. The same site also contains distributions of and
 pointers to many free third party Python modules, programs and tools,
***************
*** 106,110 ****
 as examples to start learning to program in Python. There are also
 built-in modules that provide things like file I/O, system calls,
! sockets, and even interfaces to GUI toolkits like Tk. 
 
 Python is an interpreted language, which can save you considerable time
--- 106,110 ----
 as examples to start learning to program in Python. There are also
 built-in modules that provide things like file I/O, system calls,
! sockets, and even interfaces to graphical user interface toolkits like Tk. 
 
 Python is an interpreted language, which can save you considerable time
***************
*** 746,750 ****
 Starting with Python 2.0 a new data type for storing text data is
 available to the programmer: the Unicode object. It can be used to
! store and manipulate Unicode data (see \url{http://www.unicode.org})
 and integrates well with the existing string objects providing
 auto-conversions where necessary.
--- 746,750 ----
 Starting with Python 2.0 a new data type for storing text data is
 available to the programmer: the Unicode object. It can be used to
! store and manipulate Unicode data (see \url{http://www.unicode.org/})
 and integrates well with the existing string objects providing
 auto-conversions where necessary.
***************
*** 3937,3941 ****
 The major Python Web site is \url{http://www.python.org/}; it contains
 code, documentation, and pointers to Python-related pages around the
! Web. This web site is mirrored in various places around the
 world, such as Europe, Japan, and Australia; a mirror may be faster
 than the main site, depending on your geographical location. A more
--- 3937,3941 ----
 The major Python Web site is \url{http://www.python.org/}; it contains
 code, documentation, and pointers to Python-related pages around the
! Web. This Web site is mirrored in various places around the
 world, such as Europe, Japan, and Australia; a mirror may be faster
 than the main site, depending on your geographical location. A more

AltStyle によって変換されたページ (->オリジナル) /