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
0f10f840
Kaydet (Commit)
0f10f840
authored
Agu 22, 2001
tarafından
Skip Montanaro
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
indicate that mktime is platform-dependent. See SF bug 434143.
üst
5ff41d16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
libtime.tex
Doc/lib/libtime.tex
+2
-1
No files found.
Doc/lib/libtime.tex
Dosyayı görüntüle @
0f10f840
...
@@ -173,7 +173,8 @@ is the full 9-tuple (since the dst flag is needed; use \code{-1} as
...
@@ -173,7 +173,8 @@ is the full 9-tuple (since the dst flag is needed; use \code{-1} as
the dst flag if it is unknown) which expresses the time in
the dst flag if it is unknown) which expresses the time in
\emph
{
local
}
time, not UTC. It returns a floating point number, for
\emph
{
local
}
time, not UTC. It returns a floating point number, for
compatibility with
\function
{
time()
}
. If the input value cannot be
compatibility with
\function
{
time()
}
. If the input value cannot be
represented as a valid time,
\exception
{
OverflowError
}
is raised.
represented as a valid time,
\exception
{
OverflowError
}
is raised. The
earliest date for which it can generate a time is platform-dependent.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
sleep
}{
secs
}
\begin{funcdesc}
{
sleep
}{
secs
}
...
...
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