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
c6bacd56
Kaydet (Commit)
c6bacd56
authored
Tem 23, 2006
tarafından
Kurt B. Kaiser
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie
üst
7802af42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CallTips.py
Lib/idlelib/CallTips.py
+1
-1
NEWS.txt
Lib/idlelib/NEWS.txt
+2
-0
No files found.
Lib/idlelib/CallTips.py
Dosyayı görüntüle @
c6bacd56
...
@@ -127,7 +127,7 @@ def get_arg_text(ob):
...
@@ -127,7 +127,7 @@ def get_arg_text(ob):
argText
=
""
argText
=
""
if
ob
is
not
None
:
if
ob
is
not
None
:
argOffset
=
0
argOffset
=
0
if
type
(
ob
)
==
types
.
ClassType
:
if
type
(
ob
)
in
(
types
.
ClassType
,
types
.
TypeType
)
:
# Look for the highest __init__ in the class chain.
# Look for the highest __init__ in the class chain.
fob
=
_find_constructor
(
ob
)
fob
=
_find_constructor
(
ob
)
if
fob
is
None
:
if
fob
is
None
:
...
...
Lib/idlelib/NEWS.txt
Dosyayı görüntüle @
c6bacd56
...
@@ -3,6 +3,8 @@ What's New in IDLE 1.2c1?
...
@@ -3,6 +3,8 @@ What's New in IDLE 1.2c1?
*Release date: XX-XXX-2006*
*Release date: XX-XXX-2006*
- Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie
- Avoid occasional failure to detect closing paren properly.
- Avoid occasional failure to detect closing paren properly.
Patch 1407280 Tal Einat
Patch 1407280 Tal Einat
...
...
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