(py-indent-right, py-outdent-left): new commands, bound to C-c C-r and
[python/dscho.git] / Doc / info / texipre.dat
blobec6576a1cbd40888cdd9249bc3ffb93608499531
1 \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
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 Python Tutorial. The Python Reference Manual
14 gives a more formal definition of the language. (These manuals are not
15 yet available in INFO or Texinfo format.)
17 Copyright (C) 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 not be used in advertising or publicity pertaining to
28 distribution of the software without specific, written prior permission.
30 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
31 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
32 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
33 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
34 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
35 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
36 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
37 @end ifinfo
39 @titlepage
40 @title Python library reference
41 @author Guido van Rossum
43 @c The following two commands start the copyright page.
44 @page
45 @vskip 0pt plus 1filll
46 Copyright @copyright{} 1991-1995 by Stichting Mathematisch Centrum,
47 Amsterdam, The Netherlands.
49 @center All Rights Reserved
51 Permission to use, copy, modify, and distribute this software and its
52 documentation for any purpose and without fee is hereby granted,
53 provided that the above copyright notice appear in all copies and that
54 both that copyright notice and this permission notice appear in
55 supporting documentation, and that the names of Stichting Mathematisch
56 Centrum or CWI not be used in advertising or publicity pertaining to
57 distribution of the software without specific, written prior permission.
59 STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
60 THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
61 FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
62 FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
63 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
64 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
65 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
66 @end titlepage
69 @node Top, Overview, (dir), (dir)
70 @top The Python library
72 @ifinfo
73 This file describes the built-in types, exceptions and functions and the
74 standard modules that come with the Python system. It assumes basic
75 knowledge about the Python language. For an informal introduction to
76 the language, see the @cite{Python Tutorial}. The @cite{Python
77 Reference Manual} gives a more formal definition of the language.
78 (These manuals are not yet available in INFO or Texinfo format.)
80 This version corresponds to Python version 1.2.
82 @end ifinfo
84 @c placeholder for the master menu -- patched by texinfo-all-menus-update
85 @menu
86 @end menu