@@ -183,9 +183,6 @@ \subsection{Platform variations}
183183 Modules }: just leave off the initial \code {python setup.py} and
184184 you'll be fine)
185185\end {itemize }
186- \XXX {this should change: every Distutils setup script will need
187- command-line arguments for every run (and should probably keep stdout
188- around), so all this should happen automatically for setup scripts}
189186
190187
191188\subsection {Splitting the job up }
@@ -604,8 +601,10 @@ \section{Custom Installation}
604601The specified installation directories are relative to \filevar {prefix}.
605602Of course, you also have to ensure that these directories are in
606603Python's module search path, e.g. by putting a \file {.pth} file in
607- \filevar {prefix} (\XXX {should have a section describing \file {.pth} files and
608- cross-ref it here}).
604+ \filevar {prefix}.
605+
606+ % \XXX should have a section describing \file{.pth} files and
607+ % cross-ref it here
609608
610609If you want to define an entire installation scheme, you just have to
611610supply all of the installation directory options. The recommended way
@@ -687,8 +686,8 @@ \section{Custom Installation}
687686variables supplied by the Distutils are the only ones you can use.)
688687See section~\ref {config-files } for details.
689688
690- \ XXX{ need some Windows and Mac OS examples---when would custom
691- installation schemes be needed on those platforms?}
689+ % XXX need some Windows and Mac OS examples---when would custom
690+ % installation schemes be needed on those platforms?
692691
693692
694693\section {Distutils Configuration Files }
@@ -763,8 +762,7 @@ \subsection{Location and names of config files}
763762 directory on Windows.)
764763\item [(6)] (See also notes (1) and (4).) The default installation
765764 prefix is just \file {Python:}, so under Python 1.6 and later this is
766- normally\file {Python:Lib:distutils:distutils.cfg}. (The Distutils
767- don't work very well with Python 1.5.2 under Mac OS. \XXX {true?})
765+ normally\file {Python:Lib:distutils:distutils.cfg}.
768766\end {description }
769767
770768
0 commit comments