Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
79c122f5
Commit
79c122f5
authored
Aug 24, 2005
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows
parent
6f2bbd35
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Doc/lib/libsite.tex
Doc/lib/libsite.tex
+2
-2
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Doc/lib/libsite.tex
View file @
79c122f5
...
...
@@ -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
\code
{
sys.exec
_
prefix
}
; empty heads are skipped. For
the tail part, it uses the empty string (on Windows) or
it uses first
\file
{
lib/python
\shortversion
/site-packages
}
and then
\file
{
lib/site-python
}
(on
\UNIX
and Macintosh)
. For each of the distinct
\file
{
lib/python
\shortversion
/site-packages
}
(on
\UNIX
{}
and Macintosh)
and then
\file
{
lib/site-python
}
. For each of the distinct
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
path for configuration files.
...
...
Misc/NEWS
View file @
79c122f5
...
...
@@ -456,6 +456,8 @@ Tests
Documentation
-------------
-
Bug
#
1190204
:
Clarify
which
directories
are
searched
by
site
.
py
.
-
Bug
#
1193849
:
Clarify
os
.
path
.
expanduser
()
documentation
.
-
Bug
#
1243192
:
re
.
UNICODE
and
re
.
LOCALE
affect
\
d
,
\
D
,
\
s
and
\
S
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment