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
310ee61f
Kaydet (Commit)
310ee61f
authored
Kas 09, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Missed a couple of program options that had been marked by \code.
üst
a24f7b75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
api.tex
Doc/api/api.tex
+4
-4
No files found.
Doc/api/api.tex
Dosyayı görüntüle @
310ee61f
...
...
@@ -2626,7 +2626,7 @@ for example, if the program name is \code{"/usr/local/bin/python"},
the prefix is
\code
{
"/usr/local"
}
. The returned string points into
static storage; the caller should not modify its value. This
corresponds to the
\makevar
{
prefix
}
variable in the top-level
\file
{
Makefile
}
and the
\
code
{
-
}
\code
{
-prefix
}
argument to the
\file
{
Makefile
}
and the
\
programopt
{
-
}
\programopt
{
-prefix
}
argument to the
\program
{
configure
}
script at build time. The value is available to
Python code as
\code
{
sys.prefix
}
. It is only useful on
\UNIX
{}
. See
also the next function.
...
...
@@ -2641,9 +2641,9 @@ variables; for example, if the program name is
\code
{
"/usr/local"
}
. The returned string points into static storage;
the caller should not modify its value. This corresponds to the
\makevar
{
exec
_
prefix
}
variable in the top-level
\file
{
Makefile
}
and the
\
code
{
-
}
\code
{
-exec
_
prefix
}
argument to the
\program
{
configure
}
script
at build time. The value is available to Python code as
\code
{
sys.exec
_
prefix
}
. It is only useful on
\UNIX
{}
.
\
programopt
{
-
}
\programopt
{
-exec
_
prefix
}
argument to the
\program
{
configure
}
script at build time. The value is available to
Python code as
\code
{
sys.exec
_
prefix
}
. It is only useful on
\UNIX
{}
.
Background: The exec-prefix differs from the prefix when platform
dependent files (such as executables and shared libraries) are
...
...
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