blob: 62bfa150052387345b598e49e92f00dfd760f674 [file] [log] [blame]
Guido van Rossum95cd2ef1992-12-08 14:37:55 +00001\input texinfo @c -*-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
8
9@ifinfo
10This file describes the built-in types, exceptions and functions and the
11standard modules that come with the Python system. It assumes basic
12knowledge about the Python language. For an informal introduction to
13the language, see the Python Tutorial. The Python Reference Manual
14gives a more formal definition of the language. (These manuals are not
15yet available in INFO or Texinfo format.)
16
Guido van Rossumcfc2f981995-03-28 13:33:21 +000017Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
Guido van Rossum00198be1995-03-15 12:53:53 +000018The Netherlands.
Guido van Rossum95cd2ef1992-12-08 14:37:55 +000019
20 All Rights Reserved
21
Guido van Rossum00198be1995-03-15 12:53:53 +000022Permission to use, copy, modify, and distribute this software and its
23documentation for any purpose and without fee is hereby granted,
Guido van Rossum95cd2ef1992-12-08 14:37:55 +000024provided that the above copyright notice appear in all copies and that
Guido van Rossum00198be1995-03-15 12:53:53 +000025both that copyright notice and this permission notice appear in
Guido van Rossum95cd2ef1992-12-08 14:37:55 +000026supporting documentation, and that the names of Stichting Mathematisch
Guido van Rossum61f91391996-10-25 15:40:20 +000027Centrum or CWI or Corporation for National Research Initiatives or
28CNRI not be used in advertising or publicity pertaining to
29distribution of the software without specific, written prior
30permission.
Guido van Rossum95cd2ef1992-12-08 14:37:55 +000031
Guido van Rossum61f91391996-10-25 15:40:20 +000032While CWI is the initial source for this software, a modified version
33is made available by the Corporation for National Research Initiatives
34(CNRI) at the Internet address ftp://ftp.python.org.
35
36STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
37REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
38MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
39CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
40DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
41PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
42TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
43PERFORMANCE OF THIS SOFTWARE.
Guido van Rossum95cd2ef1992-12-08 14:37:55 +000044@end ifinfo
45
46@titlepage
47@title Python library reference
48@author Guido van Rossum
49
50@c The following two commands start the copyright page.
51@page
52@vskip 0pt plus 1filll
Guido van Rossum00198be1995-03-15 12:53:53 +000053Copyright @copyright{} 1991-1995 by Stichting Mathematisch Centrum,
Guido van Rossum95cd2ef1992-12-08 14:37:55 +000054Amsterdam, The Netherlands.
55
56@center All Rights Reserved
57
Guido van Rossum61f91391996-10-25 15:40:20 +000058Permission to use, copy, modify, and distribute this software and its
59documentation for any purpose and without fee is hereby granted,
Guido van Rossum95cd2ef1992-12-08 14:37:55 +000060provided that the above copyright notice appear in all copies and that
Guido van Rossum61f91391996-10-25 15:40:20 +000061both that copyright notice and this permission notice appear in
Guido van Rossum95cd2ef1992-12-08 14:37:55 +000062supporting documentation, and that the names of Stichting Mathematisch
Guido van Rossum61f91391996-10-25 15:40:20 +000063Centrum or CWI or Corporation for National Research Initiatives or
64CNRI not be used in advertising or publicity pertaining to
65distribution of the software without specific, written prior
66permission.
Guido van Rossum95cd2ef1992-12-08 14:37:55 +000067
Guido van Rossum61f91391996-10-25 15:40:20 +000068While CWI is the initial source for this software, a modified version
69is made available by the Corporation for National Research Initiatives
70(CNRI) at the Internet address ftp://ftp.python.org.
71
72STICHTING MATHEMATISCH CENTRUM AND CNRI DISCLAIM ALL WARRANTIES WITH
73REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
74MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH
75CENTRUM OR CNRI BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
76DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
77PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
78TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
79PERFORMANCE OF THIS SOFTWARE.
Guido van Rossum95cd2ef1992-12-08 14:37:55 +000080@end titlepage
81
82
83@node Top, Overview, (dir), (dir)
84@top The Python library
85
86@ifinfo
87This file describes the built-in types, exceptions and functions and the
88standard modules that come with the Python system. It assumes basic
89knowledge about the Python language. For an informal introduction to
90the language, see the @cite{Python Tutorial}. The @cite{Python
91Reference Manual} gives a more formal definition of the language.
92(These manuals are not yet available in INFO or Texinfo format.)
93
Guido van Rossumcb9fe881996-10-22 22:01:03 +000094This version corresponds to Python version 1.4 (Oct 25 1996).
Guido van Rossum95cd2ef1992-12-08 14:37:55 +000095
Guido van Rossum95cd2ef1992-12-08 14:37:55 +000096@end ifinfo
97
98@c placeholder for the master menu -- patched by texinfo-all-menus-update
99@menu
100@end menu