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
97c5fccd
Kaydet (Commit)
97c5fccd
authored
Agu 06, 2002
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove mention of deprecated xreadlines method.
üst
d79f6837
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
libgzip.tex
Doc/lib/libgzip.tex
+2
-2
gzip.py
Lib/gzip.py
+1
-1
No files found.
Doc/lib/libgzip.tex
Dosyayı görüntüle @
97c5fccd
...
...
@@ -21,8 +21,8 @@ The module defines the following items:
\begin{classdesc}
{
GzipFile
}{
\optional
{
filename
\optional
{
, mode
\optional
{
,
compresslevel
\optional
{
, fileobj
}}}}}
Constructor for the
\class
{
GzipFile
}
class, which simulates most of
the methods of a file object, with the exception of the
\method
{
readinto()
}
,
\method
{
truncate()
}
, and
\method
{
xreadlines
()
}
methods. At least one of
the methods of a file object, with the exception of the
\method
{
readinto()
}
and
\method
{
truncate
()
}
methods. At least one of
\var
{
fileobj
}
and
\var
{
filename
}
must be given a non-trivial value.
The new class instance is based on
\var
{
fileobj
}
, which can be a
...
...
Lib/gzip.py
Dosyayı görüntüle @
97c5fccd
...
...
@@ -37,7 +37,7 @@ def open(filename, mode="rb", compresslevel=9):
class
GzipFile
:
"""The GzipFile class simulates most of the methods of a file object with
the exception of the readinto()
, truncate(), and xreadlines
() methods.
the exception of the readinto()
and truncate
() methods.
"""
...
...
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