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
db53c1eb
Kaydet (Commit)
db53c1eb
authored
Haz 21, 2008
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Correct two versionchanged directives, to improve the 'changes' output
üst
6ba873c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
py_compile.rst
Doc/library/py_compile.rst
+1
-2
zlib.rst
Doc/library/zlib.rst
+6
-6
No files found.
Doc/library/py_compile.rst
Dosyayı görüntüle @
db53c1eb
...
@@ -46,8 +46,7 @@ files named on the command line. The exit status is nonzero if one of the files
...
@@ -46,8 +46,7 @@ files named on the command line. The exit status is nonzero if one of the files
could not be compiled.
could not be compiled.
.. versionchanged:: 2.6
.. versionchanged:: 2.6
Added the nonzero exit status when module is run as a script.
Added the nonzero exit status.
.. seealso::
.. seealso::
...
...
Doc/library/zlib.rst
Dosyayı görüntüle @
db53c1eb
...
@@ -44,9 +44,9 @@ The available exception and functions in this module are:
...
@@ -44,9 +44,9 @@ The available exception and functions in this module are:
This function always returns an integer object.
This function always returns an integer object.
.. versionchanged:: 2.6
.. versionchanged:: 2.6
For consistent cross-platform behavior we always return a signed integer.
For consistent cross-platform behavior we always return a signed integer.
ie: Results in the (2**31)...(2**32-1) range will be negative.
ie: Results in the (2**31)...(2**32-1) range will be negative.
.. function:: compress(string[, level])
.. function:: compress(string[, level])
...
@@ -82,9 +82,9 @@ The available exception and functions in this module are:
...
@@ -82,9 +82,9 @@ The available exception and functions in this module are:
This function always returns an integer object.
This function always returns an integer object.
.. versionchanged:: 2.6
.. versionchanged:: 2.6
For consistent cross-platform behavior we always return a signed integer.
For consistent cross-platform behavior we always return a signed integer.
ie: Results in the (2**31)...(2**32-1) range will be negative.
ie: Results in the (2**31)...(2**32-1) range will be negative.
.. function:: decompress(string[, wbits[, bufsize]])
.. function:: decompress(string[, wbits[, bufsize]])
...
...
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