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
295465dc
Kaydet (Commit)
295465dc
authored
May 15, 2018
tarafından
Travis DePrato
Kaydeden (comit)
Ivan Levkivskyi
May 15, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add AsyncContextManager to typing module documentation. (GH-6823)
üst
3936fd7b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
typing.rst
Doc/library/typing.rst
+7
-0
2018-05-14-15-23-51.bpo-33421.3GU_QO.rst
...xt/Documentation/2018-05-14-15-23-51.bpo-33421.3GU_QO.rst
+1
-0
No files found.
Doc/library/typing.rst
Dosyayı görüntüle @
295465dc
...
...
@@ -666,6 +666,13 @@ The module defines the following classes, functions and decorators:
.. versionadded:: 3.6
.. class:: AsyncContextManager(Generic[T_co])
An ABC with async abstract :meth:`__aenter__` and :meth:`__aexit__`
methods.
.. versionadded:: 3.6
.. class:: Dict(dict, MutableMapping[KT, VT])
A generic version of :class:`dict`.
...
...
Misc/NEWS.d/next/Documentation/2018-05-14-15-23-51.bpo-33421.3GU_QO.rst
0 → 100644
Dosyayı görüntüle @
295465dc
Add missing documentation for ``typing.AsyncContextManager``.
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