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
1f847659
Kaydet (Commit)
1f847659
authored
Kas 23, 2015
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #25706: Fixed markup in the documentation.
üst
6f988b59
bf7b9ede
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
arg.rst
Doc/c-api/arg.rst
+1
-1
base64.rst
Doc/library/base64.rst
+2
-2
stdtypes.rst
Doc/library/stdtypes.rst
+1
-1
No files found.
Doc/c-api/arg.rst
Dosyayı görüntüle @
1f847659
...
@@ -322,7 +322,7 @@ Other objects
...
@@ -322,7 +322,7 @@ Other objects
``Py_CLEANUP_SUPPORTED`` was added.
``Py_CLEANUP_SUPPORTED`` was added.
``p`` (:class:`bool`) [int]
``p`` (:class:`bool`) [int]
Tests the value passed in for truth (a boolean **p**\redicate) and converts
Tests the value passed in for truth (a boolean **p**\
redicate) and converts
the result to its equivalent C true/false integer value.
the result to its equivalent C true/false integer value.
Sets the int to 1 if the expression was true and 0 if it was false.
Sets the int to 1 if the expression was true and 0 if it was false.
This accepts any valid Python value. See :ref:`truth` for more
This accepts any valid Python value. See :ref:`truth` for more
...
...
Doc/library/base64.rst
Dosyayı görüntüle @
1f847659
...
@@ -148,7 +148,7 @@ The modern interface provides:
...
@@ -148,7 +148,7 @@ The modern interface provides:
instead of 4 consecutive spaces (ASCII 0x20) as supported by 'btoa'. This
instead of 4 consecutive spaces (ASCII 0x20) as supported by 'btoa'. This
feature is not supported by the "standard" Ascii85 encoding.
feature is not supported by the "standard" Ascii85 encoding.
*wrapcol* controls whether the output should have newline (
'\n'
)
*wrapcol* controls whether the output should have newline (
``'\n'``
)
characters added to it. If this is non-zero, each output line will be
characters added to it. If this is non-zero, each output line will be
at most this many characters long.
at most this many characters long.
...
@@ -161,7 +161,7 @@ The modern interface provides:
...
@@ -161,7 +161,7 @@ The modern interface provides:
.. versionadded:: 3.4
.. versionadded:: 3.4
.. function:: a85decode(s, *, foldspaces=False, adobe=False, ignorechars=b' \
t\n\r
\v')
.. function:: a85decode(s, *, foldspaces=False, adobe=False, ignorechars=b' \
\t\\n\\r\
\v')
Decode an Ascii85 encoded byte string.
Decode an Ascii85 encoded byte string.
...
...
Doc/library/stdtypes.rst
Dosyayı görüntüle @
1f847659
...
@@ -2940,7 +2940,7 @@ place, and instead produce new objects.
...
@@ -2940,7 +2940,7 @@ place, and instead produce new objects.
Return true if all bytes in the sequence are ASCII whitespace and the
Return true if all bytes in the sequence are ASCII whitespace and the
sequence is not empty, false otherwise. ASCII whitespace characters are
sequence is not empty, false otherwise. ASCII whitespace characters are
those byte values in the sequence
b' \t\n\r\x0b\f'
(space, tab, newline,
those byte values in the sequence
``b' \t\n\r\x0b\f'``
(space, tab, newline,
carriage return, vertical tab, form feed).
carriage return, vertical tab, form feed).
...
...
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