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
ee775a19
Kaydet (Commit)
ee775a19
authored
Nis 11, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make use of \longprogramopt where appropriate.
üst
2b853417
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
libexcs.tex
Doc/lib/libexcs.tex
+1
-1
libsys.tex
Doc/lib/libsys.tex
+2
-2
No files found.
Doc/lib/libexcs.tex
Dosyayı görüntüle @
ee775a19
...
...
@@ -137,7 +137,7 @@ Raised when an \keyword{assert} statement fails.
\begin{excdesc}
{
FloatingPointError
}
Raised when a floating point operation fails. This exception is
always defined, but can only be raised when Python is configured
with the
\
programopt
{
-
}
\programopt
{
-
with-fpectl
}
option, or the
with the
\
longprogramopt
{
with-fpectl
}
option, or the
\constant
{
WANT
_
SIGFPE
_
HANDLER
}
symbol is defined in the
\file
{
config.h
}
file.
\end{excdesc}
...
...
Doc/lib/libsys.tex
Dosyayı görüntüle @
ee775a19
...
...
@@ -89,7 +89,7 @@ the other two are undefined.
A string giving the site-specific directory prefix where the
platform-dependent Python files are installed; by default, this is
also
\code
{
'/usr/local'
}
. This can be set at build time with the
\
programopt
{
-
}
\programopt
{
-
exec-prefix
}
argument to the
\
longprogramopt
{
exec-prefix
}
argument to the
\program
{
configure
}
script. Specifically, all configuration files
(e.g. the
\file
{
config.h
}
header file) are installed in the directory
\code
{
exec
_
prefix + '/lib/python
\var
{
version
}
/config'
}
, and shared
...
...
@@ -199,7 +199,7 @@ components to \code{path}, for instance.
A string giving the site-specific directory prefix where the platform
independent Python files are installed; by default, this is the string
\code
{
'/usr/local'
}
. This can be set at build time with the
\
programopt
{
-
}
\programopt
{
-
prefix
}
argument to the
\
longprogramopt
{
prefix
}
argument to the
\program
{
configure
}
script. The main collection of Python library
modules is installed in the directory
\code
{
prefix +
'/lib/python
\var
{
version
}
'
}
while the platform independent header
...
...
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