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
c32741d1
Kaydet (Commit)
c32741d1
authored
Eyl 23, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added warnings about platform vagaries to the strptime() documentation.
This closes SourceForge bug #115146.
üst
ef14d73b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
libtime.tex
Doc/lib/libtime.tex
+9
-1
No files found.
Doc/lib/libtime.tex
Dosyayı görüntüle @
c32741d1
...
...
@@ -237,7 +237,15 @@ directives as those used by \function{strftime()}; it defaults to
returned by
\function
{
ctime()
}
. The same platform caveats apply; see
the local
\UNIX
{}
documentation for restrictions or additional
supported directives. If
\var
{
string
}
cannot be parsed according to
\var
{
format
}
,
\exception
{
ValueError
}
is raised.
\var
{
format
}
,
\exception
{
ValueError
}
is raised. Values which are not
provided as part of the input string are filled in with default
values; the specific values are platform-dependent as the XPG standard
does not provide sufficient information to constrain the result.
\strong
{
Note:
}
This function relies entirely on the underlying
platform's C library for the date parsing, and some of these libraries
are buggy. There's nothing to be done about this short of a new,
portable implementation of
\cfunction
{
strptime()
}
.
Availability: Most modern
\UNIX
{}
systems.
\end{funcdesc}
...
...
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