bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows
This commit is contained in:
parent
6f2bbd353b
commit
79c122f568
|
@ -17,8 +17,8 @@ It starts by constructing up to four directories from a head and a
|
||||||
tail part. For the head part, it uses \code{sys.prefix} and
|
tail part. For the head part, it uses \code{sys.prefix} and
|
||||||
\code{sys.exec_prefix}; empty heads are skipped. For
|
\code{sys.exec_prefix}; empty heads are skipped. For
|
||||||
the tail part, it uses the empty string (on Windows) or
|
the tail part, it uses the empty string (on Windows) or
|
||||||
it uses first \file{lib/python\shortversion/site-packages} and then
|
\file{lib/python\shortversion/site-packages} (on \UNIX{} and Macintosh)
|
||||||
\file{lib/site-python} (on \UNIX and Macintosh). For each of the distinct
|
and then \file{lib/site-python}. For each of the distinct
|
||||||
head-tail combinations, it sees if it refers to an existing directory,
|
head-tail combinations, it sees if it refers to an existing directory,
|
||||||
and if so, adds it to \code{sys.path} and also inspects the newly added
|
and if so, adds it to \code{sys.path} and also inspects the newly added
|
||||||
path for configuration files.
|
path for configuration files.
|
||||||
|
|
|
@ -456,6 +456,8 @@ Tests
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
- Bug #1190204: Clarify which directories are searched by site.py.
|
||||||
|
|
||||||
- Bug #1193849: Clarify os.path.expanduser() documentation.
|
- Bug #1193849: Clarify os.path.expanduser() documentation.
|
||||||
|
|
||||||
- Bug #1243192: re.UNICODE and re.LOCALE affect \d, \D, \s and \S.
|
- Bug #1243192: re.UNICODE and re.LOCALE affect \d, \D, \s and \S.
|
||||||
|
|
Loading…
Reference in New Issue