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
6f429c3d
Kaydet (Commit)
6f429c3d
authored
Kas 19, 2002
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use \ulink instead of \citetitle; bump version number
üst
669249ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+7
-7
No files found.
Doc/whatsnew/whatsnew23.tex
Dosyayı görüntüle @
6f429c3d
...
...
@@ -2,7 +2,7 @@
% $Id$
\title
{
What's New in Python 2.3
}
\release
{
0.0
3
}
\release
{
0.0
4
}
\author
{
A.M. Kuchling
}
\authoraddress
{
\email
{
amk@amk.ca
}}
...
...
@@ -520,8 +520,8 @@ With all of these features the \module{logging} package should provide
enough flexibility for even the most complicated applications. This
is only a partial overview of the
\module
{
logging
}
package's features,
so please see the
\
citetitle
[http://www.python.org/dev/doc/devel/lib/module-logging.html]
{
\module
{
logging
}
package's reference documentation
}
for all of the details. Reading
\
ulink
{
\module
{
logging
}
package's reference documentation
}{
http://www.python.org/dev/doc/devel/lib/module-logging.html
}
for all of the details. Reading
\pep
{
282
}
will also be helpful.
...
...
@@ -857,10 +857,10 @@ changed, though you'll only notice the difference if you have a really
complicated inheritance hierarchy. (Classic classes are unaffected by
this change.) Python 2.2 originally used a topological sort of a
class's ancestors, but 2.3 now uses the C3 algorithm as described in
\citetitle
[http://www.webcom.com/haahr/dylan/linearization-oopsla96.html]
{
``A
Monotonic Superclass Linearization for Dylan''
}
. To understand the
motivation for this change, read the thread on python-dev starting
with the message at
the paper
\ulink
{
``A Monotonic Superclass Linearization for
Dylan''
}{
http://www.webcom.com/haahr/dylan/linearization-oopsla96.html
}
.
To understand the motivation for this change, read the thread on
python-dev starting
with the message at
\url
{
http://mail.python.org/pipermail/python-dev/2002-October/029035.html
}
.
Samuele Pedroni first pointed out the problem and also implemented the
fix by coding the C3 algorithm.
...
...
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