@@ -898,23 +898,23 @@ \subsection{Location and names of config files}
898898are processed) are:
899899\begin {tableiii }{l|l|c}{textrm}
900900 {Type of file}{Location and filename}{Notes}
901- \lineiii {system}{\filenq {\filevar {prefix}/lib/python\filevar {ver}/distutils/pydistutils .cfg}}{(1)}
901+ \lineiii {system}{\filenq {\filevar {prefix}/lib/python\filevar {ver}/distutils/distutils .cfg}}{(1)}
902902 \lineiii {personal}{\filenq {\$ HOME/.pydistutils.cfg}}{(2)}
903903 \lineiii {local}{\filenq {setup.cfg}}{(3)}
904904\end {tableiii }
905905
906906On Windows, the configuration files are:
907907\begin {tableiii }{l|l|c}{textrm}
908908 {Type of file}{Location and filename}{Notes}
909- \lineiii {system}{\filenq {\filevar {prefix}\textbackslash {}Lib\textbackslash {}distutils\textbackslash {}pydistutils .cfg}}{(4)}
909+ \lineiii {system}{\filenq {\filevar {prefix}\textbackslash {}Lib\textbackslash {}distutils\textbackslash {}distutils .cfg}}{(4)}
910910 \lineiii {personal}{\filenq {\% HOME\textbackslash {}pydistutils.cfg}}{(5)}
911911 \lineiii {local}{\filenq {setup.cfg}}{(3)}
912912\end {tableiii }
913913
914914And on Mac OS, they are:
915915\begin {tableiii }{l|l|c}{textrm}
916916 {Type of file}{Location and filename}{Notes}
917- \lineiii {system}{\filenq {\filevar {prefix}:Lib:distutils:pydistutils .cfg}}{(6)}
917+ \lineiii {system}{\filenq {\filevar {prefix}:Lib:distutils:distutils .cfg}}{(6)}
918918 \lineiii {personal}{N/A}{}
919919 \lineiii {local}{\filenq {setup.cfg}}{(3)}
920920\end {tableiii }
@@ -936,20 +936,20 @@ \subsection{Location and names of config files}
936936\item [(4)] (See also note (1).) Under Python 1.6 and later, Python's
937937 default `` installation prefix'' is \file {C:\textbackslash {}Python}, so
938938 the system configuration file is normally
939- \file {C:\textbackslash {}Python\textbackslash {}Lib\textbackslash {}distutils\textbackslash {}pydistutils .cfg}.
939+ \file {C:\textbackslash {}Python\textbackslash {}Lib\textbackslash {}distutils\textbackslash {}distutils .cfg}.
940940 Under Python 1.5.2, the default prefix was
941941 \file {C:\textbackslash {}Program~Files\textbackslash {}Python}, and the
942942 Distutils were not part of the standard library---so the system
943943 configuration file would be
944- \file {C:\textbackslash {}Program~Files\textbackslash {}Python\textbackslash {}distutils\textbackslash {}pydistutils .cfg}
944+ \file {C:\textbackslash {}Program~Files\textbackslash {}Python\textbackslash {}distutils\textbackslash {}distutils .cfg}
945945 in a standard Python 1.5.2 installation under Windows.
946946\item [(5)] On Windows, if the \envvar {HOME} environment variable is not
947947 defined, no personal configuration file will be found or used. (In
948948 other words, the Distutils make no attempt to guess your home
949949 directory on Windows.)
950950\item [(6)] (See also notes (1) and (4).) The default installation
951951 prefix is just \file {Python:}, so under Python 1.6 and later this is
952- normally\file {Python:Lib:distutils:pydistutils .cfg}. (The Distutils
952+ normally\file {Python:Lib:distutils:distutils .cfg}. (The Distutils
953953 don't work very well with Python 1.5.2 under Mac OS. \XXX {true?})
954954\end {description }
955955
0 commit comments