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
d3fbdfd0
Kaydet (Commit)
d3fbdfd0
authored
Agu 05, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add index entries for open():
buffer size, I/O I/O control, buffering line-buffered I/O unbuffered I/O
üst
8c9fc00f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
libfuncs.tex
Doc/lib/libfuncs.tex
+4
-1
No files found.
Doc/lib/libfuncs.tex
Dosyayı görüntüle @
d3fbdfd0
...
@@ -443,7 +443,10 @@ one argument, return the smallest of the arguments.
...
@@ -443,7 +443,10 @@ one argument, return the smallest of the arguments.
binary file, you should append
\code
{
'b'
}
to the
\var
{
mode
}
value
binary file, you should append
\code
{
'b'
}
to the
\var
{
mode
}
value
for improved portability. (It's useful even on systems which don't
for improved portability. (It's useful even on systems which don't
treat binary and text files differently, where it serves as
treat binary and text files differently, where it serves as
documentation.) The optional
\var
{
bufsize
}
argument specifies the
documentation.)
\index
{
line-buffered I/O
}
\index
{
unbuffered I/O
}
\index
{
buffer size, I/O
}
\index
{
I/O control!buffering
}
The optional
\var
{
bufsize
}
argument specifies the
file's desired buffer size: 0 means unbuffered, 1 means line
file's desired buffer size: 0 means unbuffered, 1 means line
buffered, any other positive value means use a buffer of
buffered, any other positive value means use a buffer of
(approximately) that size. A negative
\var
{
bufsize
}
means to use
(approximately) that size. A negative
\var
{
bufsize
}
means to use
...
...
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