Oops -- Lib/Test should be Lib/test, of course!
[python/dscho.git] / Doc / info / texipre.dat
blob10b26fd5ca56f8a2f4ad144b642fb4847542a1a8
1 \input texinfo
2 @c %**start of header
3 @setfilename python-lib.info
4 @settitle Python library reference
5 @setchapternewpage odd
6 @footnotestyle end
7 @c %**end of header
9 @ifinfo
10 This file describes the built-in types, exceptions and functions and the
11 standard modules that come with the Python system. It assumes basic
12 knowledge about the Python language. For an informal introduction to
13 the language, see the @cite{Python Tutorial}.
14 The @cite{Python Reference Manual} gives a more formal definition of the
15 language. (These manuals are not available in INFO or Texinfo format.)
17 Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
18 The Netherlands.
20 All Rights Reserved
22 Permission to use, copy, modify, and distribute this software and its
23 documentation for any purpose and without fee is hereby granted,
24 provided that the above copyright notice appear in all copies and that
25 both that copyright notice and this permission notice appear in
26 supporting documentation, and that the names of Stichting Mathematisch
27 Centrum or CWI or Corporation for National Research Initiatives or
28 CNRI not be used in advertising or publicity pertaining to
29 distribution of the software without specific, written prior
30 permission.
32 While CWI is the initial source for this software, a modified version
33 is made available by the Corporation for National Research Initiatives
34 (CNRI) at the Internet address ftp://ftp.python.org.
36 STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
37 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
38 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
39 CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
40 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
41 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
42 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
43 PERFORMANCE OF THIS SOFTWARE.
44 @end ifinfo
46 @titlepage
47 @title Python library reference
48 @author Guido van Rossum
50 @c The following two commands start the copyright page.
51 @page
52 @vskip 0pt plus 1filll
53 Copyright @copyright{} 1991-1995 by Stichting Mathematisch Centrum,
54 Amsterdam, The Netherlands.
56 @center All Rights Reserved
58 Permission to use, copy, modify, and distribute this software and its
59 documentation for any purpose and without fee is hereby granted,
60 provided that the above copyright notice appear in all copies and that
61 both that copyright notice and this permission notice appear in
62 supporting documentation, and that the names of Stichting Mathematisch
63 Centrum or CWI or Corporation for National Research Initiatives or
64 CNRI not be used in advertising or publicity pertaining to
65 distribution of the software without specific, written prior
66 permission.
68 While CWI is the initial source for this software, a modified version
69 is made available by the Corporation for National Research Initiatives
70 (CNRI) at the Internet address ftp://ftp.python.org.
72 STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
73 REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
74 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
75 CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
76 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
77 PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
78 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
79 PERFORMANCE OF THIS SOFTWARE.
80 @end titlepage
83 @ifinfo
84 @node Top, Overview, (dir), (dir)
85 @top The Python library
87 This file describes the built-in types, exceptions and functions and the
88 standard modules that come with the Python system. It assumes basic
89 knowledge about the Python language. For an informal introduction to
90 the language, see the @cite{Python Tutorial}. The @cite{Python
91 Reference Manual} gives a more formal definition of the language.
92 (These manuals are not yet available in INFO or Texinfo format.)
94 This version corresponds to Python version 1.5 (Feb 17, 1998).
96 @c placeholder for the master menu -- patched by texinfo-all-menus-update
97 @menu
98 @end menu
100 @end ifinfo