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
3d3aedc8
Kaydet (Commit)
3d3aedc8
authored
Tem 07, 2015
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix usage of the default role.
üst
4ffc3d44
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
sys.rst
Doc/library/sys.rst
+1
-1
test.rst
Doc/library/test.rst
+3
-3
3.5.rst
Doc/whatsnew/3.5.rst
+1
-1
No files found.
Doc/library/sys.rst
Dosyayı görüntüle @
3d3aedc8
...
...
@@ -1100,7 +1100,7 @@ always available.
pass
# The following line will fail with a RuntimeError, because
# `
wrapper` creates a `wrap(coro)
` coroutine:
# `
`wrapper`` creates a ``wrap(coro)`
` coroutine:
foo()
See also :func:`get_coroutine_wrapper`.
...
...
Doc/library/test.rst
Dosyayı görüntüle @
3d3aedc8
...
...
@@ -570,9 +570,9 @@ The :mod:`test.support` module defines the following functions:
.. function:: detect_api_mismatch(ref_api, other_api, *, ignore=()):
Returns the set of attributes, functions or methods of
`ref_api`
not
found on
`other_api`
, except for a defined list of items to be
ignored in this check specified in
`ignore`
.
Returns the set of attributes, functions or methods of
*ref_api*
not
found on
*other_api*
, except for a defined list of items to be
ignored in this check specified in
*ignore*
.
By default this skips private attributes beginning with '_' but
includes all magic methods, i.e. those starting and ending in '__'.
...
...
Doc/whatsnew/3.5.rst
Dosyayı görüntüle @
3d3aedc8
...
...
@@ -1086,7 +1086,7 @@ Changes in the Python API
* The :mod:`socket` module now exports the CAN_RAW_FD_FRAMES constant on linux
3.6 and greater.
* The `
pygettext.py
` Tool now uses the standard +NNNN format for timezones in
* The `
`pygettext.py`
` Tool now uses the standard +NNNN format for timezones in
the POT-Creation-Date header.
* The :mod:`smtplib` module now uses :data:`sys.stderr` instead of previous
...
...
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