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
c5bb8684
Kaydet (Commit)
c5bb8684
authored
Ock 09, 2008
tarafından
Facundo Batista
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Link to external documentation about new style classes was
wrong. Fix issue 1774.
üst
5e2760cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ref3.tex
Doc/ref/ref3.tex
+2
-2
No files found.
Doc/ref/ref3.tex
Dosyayı görüntüle @
c5bb8684
...
@@ -25,7 +25,7 @@ object's type, under certain controlled conditions. Until this manual
...
@@ -25,7 +25,7 @@ object's type, under certain controlled conditions. Until this manual
undergoes extensive revision, it must now be taken as authoritative
undergoes extensive revision, it must now be taken as authoritative
only regarding ``classic classes'', that are still the default, for
only regarding ``classic classes'', that are still the default, for
compatibility purposes, in Python 2.2 and 2.3. For more information,
compatibility purposes, in Python 2.2 and 2.3. For more information,
see
\url
{
http://www.python.org/doc/newstyle
.html
}
.
}
see
\url
{
http://www.python.org/doc/newstyle
/
}
.
}
An object's type determines the operations that the object
An object's type determines the operations that the object
supports (e.g., ``does it have a length?'') and also defines the
supports (e.g., ``does it have a length?'') and also defines the
possible values for objects of that type. The
possible values for objects of that type. The
...
@@ -1101,7 +1101,7 @@ implemented before for compatibility concerns, like the method resolution order
...
@@ -1101,7 +1101,7 @@ implemented before for compatibility concerns, like the method resolution order
in case of multiple inheritance.
in case of multiple inheritance.
This manual is not up-to-date with respect to new-style classes. For now,
This manual is not up-to-date with respect to new-style classes. For now,
please see
\url
{
http://www.python.org/doc/newstyle
.html
}
for more information.
please see
\url
{
http://www.python.org/doc/newstyle
/
}
for more information.
The plan is to eventually drop old-style classes, leaving only the semantics of
The plan is to eventually drop old-style classes, leaving only the semantics of
new-style classes. This change will probably only be feasible in Python 3.0.
new-style classes. This change will probably only be feasible in Python 3.0.
...
...
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