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
caf9539b
Kaydet (Commit)
caf9539b
authored
Nis 06, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bug #1465600: note encoding issue in ZipFile.write().
üst
430947ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
libzipfile.tex
Doc/lib/libzipfile.tex
+11
-4
No files found.
Doc/lib/libzipfile.tex
Dosyayı görüntüle @
caf9539b
...
...
@@ -141,10 +141,17 @@ cat myzip.zip >> python.exe
Write the file named
\var
{
filename
}
to the archive, giving it the
archive name
\var
{
arcname
}
(by default, this will be the same as
\var
{
filename
}
, but without a drive letter and with leading path
separators removed). If given,
\var
{
compress
_
type
}
overrides the value
given for the
\var
{
compression
}
parameter to the constructor for
the new entry. The archive must be open with mode
\code
{
'w'
}
or
\code
{
'a'
}
.
separators removed). If given,
\var
{
compress
_
type
}
overrides the
value given for the
\var
{
compression
}
parameter to the constructor
for the new entry. The archive must be open with mode
\code
{
'w'
}
or
\code
{
'a'
}
.
\note
{
There is no official file name encoding for ZIP files.
If you have unicode file names, please convert them to byte strings
in your desired encoding before passing them to
\method
{
write()
}
.
WinZip interprets all file names as encoded in CP437, also known
as DOS Latin.
}
\note
{
Archive names should be relative to the archive root, that is,
they should not start with a path separator.
}
\end{methoddesc}
...
...
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