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
e06d025e
Kaydet (Commit)
e06d025e
authored
May 02, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use \versionchanged to indicate when the second parameter to utime()
was allowed to be None.
üst
a6e8339e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
libos.tex
Doc/lib/libos.tex
+3
-2
No files found.
Doc/lib/libos.tex
Dosyayı görüntüle @
e06d025e
...
@@ -706,8 +706,9 @@ Availability: Macintosh, \UNIX{}, Windows.
...
@@ -706,8 +706,9 @@ Availability: Macintosh, \UNIX{}, Windows.
Set the access and modified times of the file specified by
\var
{
path
}
.
Set the access and modified times of the file specified by
\var
{
path
}
.
If
\var
{
times
}
is
\code
{
None
}
, then the file's access and modified
If
\var
{
times
}
is
\code
{
None
}
, then the file's access and modified
times are set to the current time. Otherwise,
\var
{
times
}
must be a
times are set to the current time. Otherwise,
\var
{
times
}
must be a
2-tuple of numbers, of the form
\var
{
(atime, mtime)
}
which is used to
2-tuple of numbers, of the form
\code
{
(
\var
{
atime
}
,
\var
{
mtime
}
)
}
set the access and modified times, respectively.
which is used to set the access and modified times, respectively.
\versionchanged
[added support for \code{None} for \var{times}]
{
1.6
}
Availability: Macintosh,
\UNIX
{}
, Windows.
Availability: Macintosh,
\UNIX
{}
, Windows.
\end{funcdesc}
\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