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
73835bd5
Kaydet (Commit)
73835bd5
authored
Ock 04, 2008
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix markup
üst
a47b75b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
2.6.rst
Doc/whatsnew/2.6.rst
+7
-5
No files found.
Doc/whatsnew/2.6.rst
Dosyayı görüntüle @
73835bd5
...
@@ -503,10 +503,12 @@ assert isinstance([], AppendableSequence)
...
@@ -503,10 +503,12 @@ assert isinstance([], AppendableSequence)
@abstractmethod decorator -- you can't instantiate classes w/
@abstractmethod decorator -- you can't instantiate classes w/
an abstract method.
an abstract method.
@abstractproperty decorator
::
@abstractproperty
def readonly(self):
@abstractproperty decorator
return self._x
@abstractproperty
def readonly(self):
return self._x
.. seealso::
.. seealso::
...
@@ -1163,7 +1165,7 @@ This section lists previously described changes, and a few
...
@@ -1163,7 +1165,7 @@ This section lists previously described changes, and a few
esoteric bugfixes, that may require changes to your
esoteric bugfixes, that may require changes to your
code:
code:
* The :meth
od
:`__init__` method of :class:`collections.deque`
* The :meth:`__init__` method of :class:`collections.deque`
now clears any existing contents of the deque
now clears any existing contents of the deque
before adding elements from the iterable. This change makes the
before adding elements from the iterable. This change makes the
behavior match that of ``list.__init__()``.
behavior match that of ``list.__init__()``.
...
...
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