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
d3b8f986
Kaydet (Commit)
d3b8f986
authored
Mar 11, 2017
tarafından
Jelle Zijlstra
Kaydeden (comit)
Mariatta
Mar 11, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tempfile.rst: Fix some typos (GH-610)
üst
b5c51d3d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tempfile.rst
Doc/library/tempfile.rst
+2
-2
No files found.
Doc/library/tempfile.rst
Dosyayı görüntüle @
d3b8f986
...
@@ -245,12 +245,12 @@ The module uses a global variable to store the name of the directory
...
@@ -245,12 +245,12 @@ The module uses a global variable to store the name of the directory
used for temporary files returned by :func:`gettempdir`. It can be
used for temporary files returned by :func:`gettempdir`. It can be
set directly to override the selection process, but this is discouraged.
set directly to override the selection process, but this is discouraged.
All functions in this module take a *dir* argument which can be used
All functions in this module take a *dir* argument which can be used
to specify the directory and this is the recommend approach.
to specify the directory and this is the recommend
ed
approach.
.. data:: tempdir
.. data:: tempdir
When set to a value other than ``None``, this variable defines the
When set to a value other than ``None``, this variable defines the
default value for the *dir* argument to
all
the functions defined in this
default value for the *dir* argument to the functions defined in this
module.
module.
If ``tempdir`` is unset or ``None`` at any call to any of the above
If ``tempdir`` is unset or ``None`` at any call to any of the above
...
...
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