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
ee4d54ea
Kaydet (Commit)
ee4d54ea
authored
Nis 23, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Refer to the binhex module, not the non-existent hexbin module.
Added a "See also" section.
üst
26f7cfe9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
libbinascii.tex
Doc/lib/libbinascii.tex
+11
-2
No files found.
Doc/lib/libbinascii.tex
Dosyayı görüntüle @
ee4d54ea
\section
{
\module
{
binascii
}
---
Convert between binary
\ASCII
{}
-encoded formats
}
Convert between binary
and
\ASCII
{}
}
\declaremodule
{
builtin
}{
binascii
}
\modulesynopsis
{
Tools for converting between binary and various
...
...
@@ -10,7 +10,7 @@ The \module{binascii} module contains a number of methods to convert
between binary and various
\ASCII
{}
-encoded binary
representations. Normally, you will not use these functions directly
but use wrapper modules like
\refmodule
{
uu
}
\refstmodindex
{
uu
}
or
\
module
{
hexbin
}
\refstmodindex
{
hexbin
}
instead, this module solely
\
refmodule
{
binhex
}
\refstmodindex
{
binhex
}
instead, this module solely
exists because bit-manipuation of large amounts of data is slow in
Python.
...
...
@@ -81,3 +81,12 @@ Exception raised on incomplete data. These are usually not programming
errors, but may be handled by reading a little more data and trying
again.
\end{excdesc}
\begin{seealso}
\seemodule
{
base64
}{
support for base64 encoding used in MIME email messages
}
\seemodule
{
binhex
}{
support for the binhex format used on the Macintosh
}
\seemodule
{
uu
}{
support for UU encoding used on
\UNIX
{}}
\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