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
fa6cf39e
Kaydet (Commit)
fa6cf39e
authored
Şub 01, 2009
tarafından
Gregory P. Smith
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
documentation wording fix for issue4903
üst
548a4cb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
binascii.rst
Doc/library/binascii.rst
+2
-2
zlib.rst
Doc/library/zlib.rst
+4
-4
No files found.
Doc/library/binascii.rst
Dosyayı görüntüle @
fa6cf39e
...
...
@@ -120,11 +120,11 @@ The :mod:`binascii` module defines the following functions:
To generate the same numeric value across all Python versions and
platforms use crc32(data) & 0xffffffff. If you are only using
the checksum in packed binary format this is not necessary as the
return value
will have
the correct 32bit binary representation
return value
is
the correct 32bit binary representation
regardless of sign.
.. versionchanged:: 3.0
The return value
will always be
unsigned and in the range [0, 2**32-1]
The return value
is
unsigned and in the range [0, 2**32-1]
regardless of platform.
...
...
Doc/library/zlib.rst
Dosyayı görüntüle @
fa6cf39e
...
...
@@ -48,11 +48,11 @@ The available exception and functions in this module are:
To generate the same numeric value across all Python versions and
platforms use adler32(data) & 0xffffffff. If you are only using
the checksum in packed binary format this is not necessary as the
return value
will have
the correct 32bit binary representation
return value
is
the correct 32bit binary representation
regardless of sign.
.. versionchanged:: 3.0
The return value
will always be
unsigned and in the range [0, 2**32-1]
The return value
is
unsigned and in the range [0, 2**32-1]
regardless of platform.
...
...
@@ -93,11 +93,11 @@ The available exception and functions in this module are:
To generate the same numeric value across all Python versions and
platforms use crc32(data) & 0xffffffff. If you are only using
the checksum in packed binary format this is not necessary as the
return value
will have
the correct 32bit binary representation
return value
is
the correct 32bit binary representation
regardless of sign.
.. versionchanged:: 3.0
The return value
will always be
unsigned and in the range [0, 2**32-1]
The return value
is
unsigned and in the range [0, 2**32-1]
regardless of platform.
...
...
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