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
f721666d
Kaydet (Commit)
f721666d
authored
Agu 21, 2009
tarafından
Tarek Ziadé
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #6556: Corrected doc on how Distutils looks for its user configuration file under Windows
üst
333c6e7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
index.rst
Doc/install/index.rst
+6
-4
NEWS
Misc/NEWS
+3
-0
No files found.
Doc/install/index.rst
Dosyayı görüntüle @
f721666d
...
...
@@ -706,7 +706,8 @@ Notes:
(2)
On Unix, if the :envvar:`HOME` environment variable is not defined, the user's
home directory will be determined with the :func:`getpwuid` function from the
standard :mod:`pwd` module.
standard :mod:`pwd` module. This is done by the :func:`os.path.expanduser`
function used by Distutils.
(3)
I.e., in the current directory (usually the location of the setup script).
...
...
@@ -721,9 +722,10 @@ Notes:
1.5.2 installation under Windows.
(5)
On Windows, if the :envvar:`HOME` environment variable is not defined, no
personal configuration file will be found or used. (In other words, the
Distutils make no attempt to guess your home directory on Windows.)
On Windows, if the :envvar:`HOME` environment variable is not defined,
:envvar:`USERPROFILE` then :envvar:`HOMEDRIVE` and :envvar:`HOMEPATH` will
be tried. This is done by the :func:`os.path.expanduser` function used
by Distutils.
.. _inst-config-syntax:
...
...
Misc/NEWS
Dosyayı görüntüle @
f721666d
...
...
@@ -1783,6 +1783,9 @@ Build
Documentation
-------------
- Issue #6556: Fixed the Distutils configuration files location explanation
for Windows.
- Issue #2235: the C API function PyObject_HashNotImplemented and its
interaction with the tp_hash slot (added in 2.6b2) are now documented
...
...
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