mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fixed a large number of small problems, mostly noted by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.
This commit is contained in:
parent
e693df94ed
commit
2c4f554b78
9 changed files with 30 additions and 30 deletions
|
@ -22,7 +22,7 @@ the tail part, it uses the empty string (on Macintosh or Windows) or
|
|||
it uses first \file{lib/python\shortversion/site-packages} and then
|
||||
\file{lib/site-python} (on \UNIX{}). For each of the distinct
|
||||
head-tail combinations, it sees if it refers to an existing directory,
|
||||
and if so, adds to \code{sys.path}, and also inspected for path
|
||||
and if so, adds to \code{sys.path}, and also inspects the path for
|
||||
configuration files.
|
||||
\indexii{site-python}{directory}
|
||||
\indexii{site-packages}{directory}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue