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
2691ee61
Kaydet (Commit)
2691ee61
authored
Ara 29, 2013
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
whatsnew: abc.ABC. Also add issue number to news entry and reword.
üst
880fee60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
3.4.rst
Doc/whatsnew/3.4.rst
+6
-0
NEWS
Misc/NEWS
+3
-2
No files found.
Doc/whatsnew/3.4.rst
Dosyayı görüntüle @
2691ee61
...
...
@@ -481,6 +481,12 @@ New function :func:`abc.get_cache_token` can be used to know when to invalidate
caches that are affected by changes in the object graph. (Contributed
by Łukasz Langa in :issue:`16832`.)
New class :class:`~abc.ABC` has :class:`~abc.ABCMeta` as its meta class.
Using ``ABC`` as a base class has essentially the same effect as specifying
``metaclass=abc.ABCMeta``, but is simpler to type and easier to read.
(Contributed by Bruno Dupuis in :issue:`16049`.)
aifc
----
...
...
Misc/NEWS
Dosyayı görüntüle @
2691ee61
...
...
@@ -2671,8 +2671,9 @@ Library
Content
-
Length
and
the
incoming
stream
is
finished
.
Patch
by
Eran
Rundstein
.
-
Add
abc
.
ABC
class
to
use
inheritance
rather
than
a
direct
invocation
of
ABCMeta
metaclass
.
Patch
by
Bruno
Dupuis
.
-
Issue
#
16049
:
Add
abc
.
ABC
class
to
enable
the
use
of
inheritance
to
create
ABCs
,
rather
than
the
more
cumbersome
metaclass
=
ABCMeta
.
Patch
by
Bruno
Dupuis
.
-
Expose
the
TCP_FASTOPEN
and
MSG_FASTOPEN
flags
in
socket
when
they
're
available.
...
...
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