88
99\input {boilerplate }
1010
11- \makeindex % tell \index to actually write the
12- % .idx file
13- \makemodindex % ... and the module index as well.
11+ \makeindex % tell \index to actually write the
12+ % .idx file
13+ \makemodindex % ... and the module index as well.
1414
1515
1616\begin {document }
@@ -62,16 +62,16 @@ \chapter*{Front Matter\label{front}}
6262
6363\tableofcontents
6464
65- % Chapter title:
65+ % Chapter title:
6666
67- \input {libintro } % Introduction
67+ \input {libintro } % Introduction
6868
69- \input {libobjs } % Built-in Types, Exceptions and Functions
69+ \input {libobjs } % Built-in Types, Exceptions and Functions
7070\input {libstdtypes }
7171\input {libexcs }
7272\input {libfuncs }
7373
74- \input {libpython } % Python Runtime Services
74+ \input {libpython } % Python Runtime Services
7575\input {libsys }
7676\input {libgc }
7777\input {libweakref }
@@ -83,7 +83,7 @@ \chapter*{Front Matter\label{front}}
8383\input {libtraceback }
8484\input {liblinecache }
8585\input {libpickle }
86- \input {libcopyreg } % really copy_reg
86+ \input {libcopyreg } % really copy_reg
8787\input {libshelve }
8888\input {libcopy }
8989\input {libmarshal }
@@ -96,10 +96,10 @@ \chapter*{Front Matter\label{front}}
9696\input {libnew }
9797\input {libsite }
9898\input {libuser }
99- \input {libbltin } % really __builtin__
100- \input {libmain } % really __main__
99+ \input {libbltin } % really __builtin__
100+ \input {libmain } % really __main__
101101
102- \input {libstrings } % String Services
102+ \input {libstrings } % String Services
103103\input {libstring }
104104\input {libre }
105105\input {libstruct }
@@ -109,7 +109,7 @@ \chapter*{Front Matter\label{front}}
109109\input {libcodecs }
110110\input {libunicodedata }
111111
112- \input {libmisc } % Miscellaneous Services
112+ \input {libmisc } % Miscellaneous Services
113113\input {libdoctest }
114114\input {libmath }
115115\input {libcmath }
@@ -124,9 +124,9 @@ \chapter*{Front Matter\label{front}}
124124\input {libcmd }
125125\input {libshlex }
126126
127- \input {liballos } % Generic Operating System Services
127+ \input {liballos } % Generic Operating System Services
128128\input {libos }
129- \input {libposixpath } % os.path
129+ \input {libposixpath } % os.path
130130\input {libdircache }
131131\input {libstat }
132132\input {libstatcache }
@@ -138,7 +138,7 @@ \chapter*{Front Matter\label{front}}
138138\input {libmutex }
139139\input {libgetpass }
140140\input {libcurses }
141- \input {libascii } % curses.ascii
141+ \input {libascii } % curses.ascii
142142\input {libgetopt }
143143\input {libtempfile }
144144\input {liberrno }
@@ -148,7 +148,7 @@ \chapter*{Front Matter\label{front}}
148148\input {liblocale }
149149\input {libgettext }
150150
151- \input {libsomeos } % Optional Operating System Services
151+ \input {libsomeos } % Optional Operating System Services
152152\input {libsignal }
153153\input {libsocket }
154154\input {libselect }
@@ -166,7 +166,7 @@ \chapter*{Front Matter\label{front}}
166166\input {libreadline }
167167\input {librlcompleter }
168168
169- \input {libunix } % UNIX Specific Services
169+ \input {libunix } % UNIX Specific Services
170170\input {libposix }
171171\input {libpwd }
172172\input {libgrp }
@@ -185,11 +185,11 @@ \chapter*{Front Matter\label{front}}
185185\input {libsyslog }
186186\input {libcommands }
187187
188- \input {libpdb } % The Python Debugger
188+ \input {libpdb } % The Python Debugger
189189
190- \input {libprofile } % The Python Profiler
190+ \input {libprofile } % The Python Profiler
191191
192- \input {internet } % Internet Protocols
192+ \input {internet } % Internet Protocols
193193\input {libwebbrowser }
194194\input {libcgi }
195195\input {liburllib }
@@ -209,7 +209,7 @@ \chapter*{Front Matter\label{front}}
209209\input {libcookie }
210210\input {libasyncore }
211211
212- \input {netdata } % Internet Data Handling
212+ \input {netdata } % Internet Data Handling
213213\input {libformatter }
214214\input {librfc822 }
215215\input {libmimetools }
@@ -242,7 +242,7 @@ \chapter*{Front Matter\label{front}}
242242\input {xmlsaxreader }
243243\input {libxmllib }
244244
245- \input {libmm } % Multimedia Services
245+ \input {libmm } % Multimedia Services
246246\input {libaudioop }
247247\input {libimageop }
248248\input {libaifc }
@@ -254,7 +254,7 @@ \chapter*{Front Matter\label{front}}
254254\input {libimghdr }
255255\input {libsndhdr }
256256
257- \input {libcrypto } % Cryptographic Services
257+ \input {libcrypto } % Cryptographic Services
258258\input {libmd5 }
259259\input {libsha }
260260\input {libmpz }
@@ -264,23 +264,23 @@ \chapter*{Front Matter\label{front}}
264264\input {librexec }
265265\input {libbastion }
266266
267- \input {language } % Python Language Services
267+ \input {language } % Python Language Services
268268\input {libparser }
269269\input {libsymbol }
270270\input {libtoken }
271271\input {libkeyword }
272272\input {libtokenize }
273273\input {libtabnanny }
274274\input {libpyclbr }
275- \input {libpycompile } % really py_compile
275+ \input {libpycompile } % really py_compile
276276\input {libcompileall }
277277\input {libdis }
278278
279- % \input{libamoeba} % AMOEBA ONLY
279+ % \input{libamoeba} % AMOEBA ONLY
280280
281- % \input{libstdwin} % STDWIN ONLY
281+ % \input{libstdwin} % STDWIN ONLY
282282
283- \input {libsgi } % SGI IRIX ONLY
283+ \input {libsgi } % SGI IRIX ONLY
284284\input {libal }
285285\input {libcd }
286286\input {libfl }
@@ -290,10 +290,10 @@ \chapter*{Front Matter\label{front}}
290290\input {libjpeg }
291291% \input{libpanel}
292292
293- \input {libsun } % SUNOS ONLY
293+ \input {libsun } % SUNOS ONLY
294294\input {libsunaudio }
295295
296- \input {windows } % MS Windows ONLY
296+ \input {windows } % MS Windows ONLY
297297\input {libmsvcrt }
298298\input {libwinreg }
299299\input {libwinsound }
@@ -308,7 +308,6 @@ \chapter*{Front Matter\label{front}}
308308% \input{librand}
309309% \input{libregex}
310310% \input{libregsub}
311- % \input{libsoundex}
312311
313312\chapter {Reporting Bugs }
314313\input {reportingbugs }
@@ -322,11 +321,11 @@ \chapter{Reporting Bugs}
322321% begin{latexonly}
323322\renewcommand {\indexname }{Module Index}
324323% end{latexonly}
325- \input {modlib.ind } % Module Index
324+ \input {modlib.ind } % Module Index
326325
327326% begin{latexonly}
328327\renewcommand {\indexname }{Index}
329328% end{latexonly}
330- \input {lib.ind } % Index
329+ \input {lib.ind } % Index
331330
332331\end {document }
0 commit comments