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
954ce8b4
Kaydet (Commit)
954ce8b4
authored
May 10, 2002
tarafından
Greg Ward
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[from Oct 2000]
The zipfile module has been in the standard library for some time now.
üst
58437f20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
dist.tex
Doc/dist/dist.tex
+4
-2
No files found.
Doc/dist/dist.tex
Dosyayı görüntüle @
954ce8b4
...
...
@@ -847,7 +847,8 @@ to create a gzipped tarball and a zip file. The available formats are:
\item
[(1)]
default on Windows
\item
[(2)]
default on
\UNIX
\item
[(3)]
requires either external
\program
{
zip
}
utility or
\module
{
zipfile
}
module (not part of the standard Python library)
\module
{
zipfile
}
module (part of the standard Python library since
Python~1.6)
\item
[(4)]
requires external utilities:
\program
{
tar
}
and possibly one
of
\program
{
gzip
}
,
\program
{
bzip2
}
, or
\program
{
compress
}
\end{description}
...
...
@@ -1098,7 +1099,8 @@ The available formats for built distributions are:
\item
[(3)]
requires external utilities:
\program
{
tar
}
and possibly one
of
\program
{
gzip
}
,
\program
{
bzip2
}
, or
\program
{
compress
}
\item
[(4)]
requires either external
\program
{
zip
}
utility or
\module
{
zipfile
}
module (not part of the standard Python library)
\module
{
zipfile
}
module (part of the standard Python library since
Python~1.6)
\item
[(5)]
requires external
\program
{
rpm
}
utility, version 3.0.4 or
better (use
\code
{
rpm --version
}
to find out which version you have)
\end{description}
...
...
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