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
2330e9ee
Kaydet (Commit)
2330e9ee
authored
Agu 31, 2005
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
From c.l.py comments: link to zlib manual, and disclaim completeness
üst
8230df39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
libzlib.tex
Doc/lib/libzlib.tex
+9
-2
No files found.
Doc/lib/libzlib.tex
Dosyayı görüntüle @
2330e9ee
...
@@ -8,11 +8,16 @@
...
@@ -8,11 +8,16 @@
For applications that require data compression, the functions in this
For applications that require data compression, the functions in this
module allow compression and decompression, using the zlib library.
module allow compression and decompression, using the zlib library.
The zlib library has its own home page at
\url
{
http://www.
gzip.org/zlib/
}
.
The zlib library has its own home page at
\url
{
http://www.
zlib.net
}
.
There are known incompatibilities between the Python module and
There are known incompatibilities between the Python module and
versions of the zlib library earlier than 1.1.3; 1.1.3 has a security
versions of the zlib library earlier than 1.1.3; 1.1.3 has a security
vulnerability, so we recommend using 1.1.4 or later.
vulnerability, so we recommend using 1.1.4 or later.
zlib's functions have many options and often need to be used in a
particular order. This documentation doesn't attempt to cover all of
the permutations; consult the zlib manual at
\url
{
http://www.zlib.net/manual.html
}
for authoritative information.
The available exception and functions in this module are:
The available exception and functions in this module are:
\begin{excdesc}
{
error
}
\begin{excdesc}
{
error
}
...
@@ -171,5 +176,7 @@ action is to delete the object.
...
@@ -171,5 +176,7 @@ action is to delete the object.
\begin{seealso}
\begin{seealso}
\seemodule
{
gzip
}{
Reading and writing
\program
{
gzip
}
-format files.
}
\seemodule
{
gzip
}{
Reading and writing
\program
{
gzip
}
-format files.
}
\seeurl
{
http://www.gzip.org/zlib/
}{
The zlib library home page.
}
\seeurl
{
http://www.zlib.net
}{
The zlib library home page.
}
\seeurl
{
http://www.zlib.net/manual.html
}{
The zlib manual explains
the semantics and usage of the library's many functions.
}
\end{seealso}
\end{seealso}
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