| 
									
										
										
										
											1992-01-29 14:46:35 +00:00
										 |  |  | \documentstyle[myformat]{report} | 
					
						
							| 
									
										
										
										
											1991-02-19 12:53:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1991-01-22 11:45:29 +00:00
										 |  |  | \title{\bf | 
					
						
							| 
									
										
										
										
											1991-04-23 14:11:26 +00:00
										 |  |  | 	Python Library Reference | 
					
						
							| 
									
										
										
										
											1991-01-22 11:45:29 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \author{ | 
					
						
							|  |  |  | 	Guido van Rossum \\ | 
					
						
							|  |  |  | 	Dept. CST, CWI, Kruislaan 413 \\ | 
					
						
							|  |  |  | 	1098 SJ Amsterdam, The Netherlands \\ | 
					
						
							|  |  |  | 	E-mail: {\tt guido@cwi.nl} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1992-01-16 17:36:16 +00:00
										 |  |  | % Tell \index to actually write the .idx file
 | 
					
						
							| 
									
										
										
										
											1992-01-07 16:40:44 +00:00
										 |  |  | \makeindex | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1991-01-22 11:45:29 +00:00
										 |  |  | \begin{document} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \pagenumbering{roman} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \maketitle | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \begin{abstract} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \noindent | 
					
						
							| 
									
										
										
										
											1991-11-25 17:28:03 +00:00
										 |  |  | This document describes the built-in types, exceptions and functions | 
					
						
							|  |  |  | and the standard modules that come with the Python system.  It assumes | 
					
						
							|  |  |  | basic knowledge about the Python language.  For an informal | 
					
						
							|  |  |  | introduction to the language, see the {\em Python Tutorial}.  The {\em | 
					
						
							|  |  |  | Python Reference Manual} gives a more formal definition of the | 
					
						
							|  |  |  | language. | 
					
						
							| 
									
										
										
										
											1991-01-22 11:45:29 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | \end{abstract} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \pagebreak | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1992-01-29 14:46:35 +00:00
										 |  |  | { | 
					
						
							|  |  |  | \parskip = 0mm | 
					
						
							| 
									
										
										
										
											1991-01-22 11:45:29 +00:00
										 |  |  | \tableofcontents | 
					
						
							| 
									
										
										
										
											1992-01-29 14:46:35 +00:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											1991-01-22 11:45:29 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | \pagebreak | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \pagenumbering{arabic} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1992-03-24 13:34:33 +00:00
										 |  |  | \include{lib1}	% intro; built-in types, functions and exceptions
 | 
					
						
							|  |  |  | \include{lib2}	% built-in modules
 | 
					
						
							|  |  |  | \include{lib3}	% standard modules
 | 
					
						
							|  |  |  | \include{lib4}	% Most OS'es; UNIX only; Amoeba only
 | 
					
						
							|  |  |  | \include{lib5}	% STDWIN only; SGI machines only
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | \input{lib.ind}	% The index
 | 
					
						
							| 
									
										
										
										
											1991-01-22 11:45:29 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | \end{document} |