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
2f238c1b
Kaydet (Commit)
2f238c1b
authored
Agu 14, 2002
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
mkstemp's last argument changed from binary=True to text=False.
üst
8e966ee4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libtempfile.tex
Doc/lib/libtempfile.tex
+2
-2
No files found.
Doc/lib/libtempfile.tex
Dosyayı görüntüle @
2f238c1b
...
...
@@ -67,7 +67,7 @@ the file object.
\begin{funcdesc}
{
mkstemp
}{
\optional
{
suffix
}
\optional
{
, prefix
}
\optional
{
, dir
}
\optional
{
,
binary=1
}}
\optional
{
,
text=False
}}
Creates a temporary file in the most secure manner possible. There
are no race conditions in the file's creation, assuming that the
platform properly implements the
\constant
{
O
_
EXCL
}
flag for
...
...
@@ -90,7 +90,7 @@ prefix; otherwise, a default prefix is used.
If
\var
{
dir
}
is specified, the file will be created in that directory;
otherwise, a default directory is used.
If
\var
{
binary
}
is specified, it indicates whether to open the file in
If
\var
{
text
}
is specified, it indicates whether to open the file in
binary mode (the default) or text mode. On some platforms, this makes
no difference.
...
...
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