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
63536bd2
Kaydet (Commit)
63536bd2
authored
May 20, 2018
tarafından
Elvis Pranskevichus
Kaydeden (comit)
Yury Selivanov
May 20, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-32996: The bulk of What's New in Python 3.7 (GH-6978)
üst
6b0d09b8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
asyncio-task.rst
Doc/library/asyncio-task.rst
+1
-1
ensurepip.rst
Doc/library/ensurepip.rst
+0
-3
compound_stmts.rst
Doc/reference/compound_stmts.rst
+2
-0
3.7.rst
Doc/whatsnew/3.7.rst
+0
-0
No files found.
Doc/library/asyncio-task.rst
Dosyayı görüntüle @
63536bd2
...
...
@@ -92,7 +92,7 @@ Coroutines (and tasks) can only run when the event loop is running.
used in a callback-style code, wrap its result with :func:`ensure_future`.
.. function::
asyncio.
run(coro, \*, debug=False)
.. function:: run(coro, \*, debug=False)
This function runs the passed coroutine, taking care of
managing the asyncio event loop and finalizing asynchronous
...
...
Doc/library/ensurepip.rst
Dosyayı görüntüle @
63536bd2
...
...
@@ -78,9 +78,6 @@ options:
Providing both of the script selection options will trigger an exception.
.. versionchanged:: 3.7.0
The exit status is non-zero if the command fails.
Module API
----------
...
...
Doc/reference/compound_stmts.rst
Dosyayı görüntüle @
63536bd2
...
...
@@ -684,6 +684,8 @@ can be used to create instance variables with different implementation details.
:pep:`3129` - Class Decorators
.. _async:
Coroutines
==========
...
...
Doc/whatsnew/3.7.rst
Dosyayı görüntüle @
63536bd2
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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