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
69e8084a
Kaydet (Commit)
69e8084a
authored
Nis 17, 2006
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix two errors that prevented "make libinstall" from working:
- a line indented with tabs; - a function named 'as'.
üst
07519f87
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
WindowList.py
Lib/idlelib/WindowList.py
+1
-1
AppleScript_Suite.py
...lat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py
+2
-2
No files found.
Lib/idlelib/WindowList.py
Dosyayı görüntüle @
69e8084a
...
@@ -45,7 +45,7 @@ class WindowList:
...
@@ -45,7 +45,7 @@ class WindowList:
try
:
try
:
callback
()
callback
()
except
:
except
:
t
,
v
,
tb
=
sys
.
exc_info
()
t
,
v
,
tb
=
sys
.
exc_info
()
print
"warning: callback failed in WindowList"
,
t
,
":"
,
v
print
"warning: callback failed in WindowList"
,
t
,
":"
,
v
registry
=
WindowList
()
registry
=
WindowList
()
...
...
Lib/plat-mac/lib-scriptpackages/StdSuites/AppleScript_Suite.py
Dosyayı görüntüle @
69e8084a
...
@@ -300,8 +300,8 @@ class AppleScript_Suite_Events:
...
@@ -300,8 +300,8 @@ class AppleScript_Suite_Events:
if
_arguments
.
has_key
(
'----'
):
if
_arguments
.
has_key
(
'----'
):
return
_arguments
[
'----'
]
return
_arguments
[
'----'
]
def
as
(
self
,
_object
,
_attributes
=
{},
**
_arguments
):
def
as
_
(
self
,
_object
,
_attributes
=
{},
**
_arguments
):
"""as: Coercion
"""as
_
: Coercion
Required argument: an AE object reference
Required argument: an AE object reference
Keyword argument _attributes: AppleEvent attribute dictionary
Keyword argument _attributes: AppleEvent attribute dictionary
Returns: anything
Returns: anything
...
...
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