Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
79c122f5
Kaydet (Commit)
79c122f5
authored
Agu 24, 2005
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows
üst
6f2bbd35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
libsite.tex
Doc/lib/libsite.tex
+2
-2
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/lib/libsite.tex
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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