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
6b686e94
Kaydet (Commit)
6b686e94
authored
Tem 07, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
correct typo; document sys.platform
üst
fb502e96
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
libsys.tex
Doc/lib/libsys.tex
+6
-1
libsys.tex
Doc/libsys.tex
+6
-1
No files found.
Doc/lib/libsys.tex
Dosyayı görüntüle @
6b686e94
...
@@ -52,7 +52,7 @@ It is always available.
...
@@ -52,7 +52,7 @@ It is always available.
This value is not actually defined by the module, but can be set by
This value is not actually defined by the module, but can be set by
the user (or by a program) to specify a clean-up action at program
the user (or by a program) to specify a clean-up action at program
exit. When set, it should be a parameterless function. This function
exit. When set, it should be a parameterless function. This function
will be called when the interpreter exits in any way (except
not
when a
will be called when the interpreter exits in any way (except when a
fatal error occurs: in that case the interpreter's internal state
fatal error occurs: in that case the interpreter's internal state
cannot be trusted).
cannot be trusted).
\end{datadesc}
\end{datadesc}
...
@@ -81,6 +81,11 @@ It is always available.
...
@@ -81,6 +81,11 @@ It is always available.
installation-dependent default.
installation-dependent default.
\end{datadesc}
\end{datadesc}
\begin{datadesc}
{
platform
}
This string contains a platform identifier. This can be used to
append platform-specific components to
\code
{
sys.path
}
, for instance.
\end{datadesc}
\begin{datadesc}
{
ps1
}
\begin{datadesc}
{
ps1
}
\dataline
{
ps2
}
\dataline
{
ps2
}
Strings specifying the primary and secondary prompt of the
Strings specifying the primary and secondary prompt of the
...
...
Doc/libsys.tex
Dosyayı görüntüle @
6b686e94
...
@@ -52,7 +52,7 @@ It is always available.
...
@@ -52,7 +52,7 @@ It is always available.
This value is not actually defined by the module, but can be set by
This value is not actually defined by the module, but can be set by
the user (or by a program) to specify a clean-up action at program
the user (or by a program) to specify a clean-up action at program
exit. When set, it should be a parameterless function. This function
exit. When set, it should be a parameterless function. This function
will be called when the interpreter exits in any way (except
not
when a
will be called when the interpreter exits in any way (except when a
fatal error occurs: in that case the interpreter's internal state
fatal error occurs: in that case the interpreter's internal state
cannot be trusted).
cannot be trusted).
\end{datadesc}
\end{datadesc}
...
@@ -81,6 +81,11 @@ It is always available.
...
@@ -81,6 +81,11 @@ It is always available.
installation-dependent default.
installation-dependent default.
\end{datadesc}
\end{datadesc}
\begin{datadesc}
{
platform
}
This string contains a platform identifier. This can be used to
append platform-specific components to
\code
{
sys.path
}
, for instance.
\end{datadesc}
\begin{datadesc}
{
ps1
}
\begin{datadesc}
{
ps1
}
\dataline
{
ps2
}
\dataline
{
ps2
}
Strings specifying the primary and secondary prompt of the
Strings specifying the primary and secondary prompt of the
...
...
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