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
f07b590d
Kaydet (Commit)
f07b590d
authored
Eyl 03, 2006
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Backport 51663:
Doc fix: hashlib objects don't always return a digest of 16 bytes.
üst
38b9460b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libhashlib.tex
Doc/lib/libhashlib.tex
+2
-2
No files found.
Doc/lib/libhashlib.tex
Dosyayı görüntüle @
f07b590d
...
@@ -86,8 +86,8 @@ arguments: \code{m.update(a); m.update(b)} is equivalent to
...
@@ -86,8 +86,8 @@ arguments: \code{m.update(a); m.update(b)} is equivalent to
\begin{methoddesc}
[hash]
{
digest
}{}
\begin{methoddesc}
[hash]
{
digest
}{}
Return the digest of the strings passed to the
\method
{
update()
}
Return the digest of the strings passed to the
\method
{
update()
}
method so far. This is a
16-byte string which may contain
method so far. This is a
string of
\member
{
digest
_
size
}
bytes which may
non-
\ASCII
{}
characters, including null bytes.
contain
non-
\ASCII
{}
characters, including null bytes.
\end{methoddesc}
\end{methoddesc}
\begin{methoddesc}
[hash]
{
hexdigest
}{}
\begin{methoddesc}
[hash]
{
hexdigest
}{}
...
...
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