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
c626658a
Kaydet (Commit)
c626658a
authored
May 19, 2003
tarafından
Kurt B. Kaiser
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Let Python inform the user what went wrong with the import.
Modified Files: idle idle.py idle.pyw
üst
415da6e0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
idle
Lib/idlelib/idle
+1
-1
idle.py
Lib/idlelib/idle.py
+1
-1
idle.pyw
Lib/idlelib/idle.pyw
+1
-1
No files found.
Lib/idlelib/idle
Dosyayı görüntüle @
c626658a
...
...
@@ -7,7 +7,7 @@ except ImportError:
try
:
import
PyShell
except
ImportError
:
print
"Can't locate PyShell.py"
raise
else
:
import
os
idledir
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
PyShell
.
__file__
))
...
...
Lib/idlelib/idle.py
Dosyayı görüntüle @
c626658a
...
...
@@ -7,7 +7,7 @@ except ImportError:
try
:
import
PyShell
except
ImportError
:
print
"Can't locate PyShell.py"
raise
else
:
import
os
idledir
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
PyShell
.
__file__
))
...
...
Lib/idlelib/idle.pyw
Dosyayı görüntüle @
c626658a
...
...
@@ -5,7 +5,7 @@ except ImportError:
try
:
import
PyShell
except
ImportError
:
print
"Can't locate PyShell.py"
raise
else
:
import
os
idledir
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
PyShell
.
__file__
))
...
...
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