Guido van Rossum | 95cd2ef | 1992-12-08 14:37:55 +0000 | [diff] [blame] | 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 |
| 8 | |
| 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.) |
| 16 | |
Guido van Rossum | 00198be | 1995-03-15 12:53:53 +0000 | [diff] [blame^] | 17 | Copyright (C) 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, |
| 18 | The Netherlands. |
Guido van Rossum | 95cd2ef | 1992-12-08 14:37:55 +0000 | [diff] [blame] | 19 | |
| 20 | All Rights Reserved |
| 21 | |
Guido van Rossum | 00198be | 1995-03-15 12:53:53 +0000 | [diff] [blame^] | 22 | Permission to use, copy, modify, and distribute this software and its |
| 23 | documentation for any purpose and without fee is hereby granted, |
Guido van Rossum | 95cd2ef | 1992-12-08 14:37:55 +0000 | [diff] [blame] | 24 | provided that the above copyright notice appear in all copies and that |
Guido van Rossum | 00198be | 1995-03-15 12:53:53 +0000 | [diff] [blame^] | 25 | both that copyright notice and this permission notice appear in |
Guido van Rossum | 95cd2ef | 1992-12-08 14:37:55 +0000 | [diff] [blame] | 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. |
| 29 | |
| 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 |
| 38 | |
| 39 | @titlepage |
| 40 | @title Python library reference |
| 41 | @author Guido van Rossum |
| 42 | |
| 43 | @c The following two commands start the copyright page. |
| 44 | @page |
| 45 | @vskip 0pt plus 1filll |
Guido van Rossum | 00198be | 1995-03-15 12:53:53 +0000 | [diff] [blame^] | 46 | Copyright @copyright{} 1991-1995 by Stichting Mathematisch Centrum, |
Guido van Rossum | 95cd2ef | 1992-12-08 14:37:55 +0000 | [diff] [blame] | 47 | Amsterdam, The Netherlands. |
| 48 | |
| 49 | @center All Rights Reserved |
| 50 | |
| 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. |
| 58 | |
| 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 |
| 67 | |
| 68 | |
| 69 | @node Top, Overview, (dir), (dir) |
| 70 | @top The Python library |
| 71 | |
| 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.) |
| 79 | |
Guido van Rossum | 00198be | 1995-03-15 12:53:53 +0000 | [diff] [blame^] | 80 | This version corresponds to Python version 1.2. |
Guido van Rossum | 95cd2ef | 1992-12-08 14:37:55 +0000 | [diff] [blame] | 81 | |
Guido van Rossum | 95cd2ef | 1992-12-08 14:37:55 +0000 | [diff] [blame] | 82 | @end ifinfo |
| 83 | |
| 84 | @c placeholder for the master menu -- patched by texinfo-all-menus-update |
| 85 | @menu |
| 86 | @end menu |