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
b3a0a666
Kaydet (Commit)
b3a0a666
authored
Haz 14, 2003
tarafından
Kurt B. Kaiser
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove the 2.2 compatibility module boolcheck.py and related code
M PyShell.py R boolcheck.py M run.py
üst
ae8bbff2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
14 deletions
+0
-14
PyShell.py
Lib/idlelib/PyShell.py
+0
-3
boolcheck.py
Lib/idlelib/boolcheck.py
+0
-9
run.py
Lib/idlelib/run.py
+0
-2
No files found.
Lib/idlelib/PyShell.py
Dosyayı görüntüle @
b3a0a666
...
...
@@ -19,9 +19,6 @@ from code import InteractiveInterpreter
from
Tkinter
import
*
import
tkMessageBox
# Preserve 2.2 compatibility for Mac OS X:
import
boolcheck
from
EditorWindow
import
EditorWindow
,
fixwordbreaks
from
FileList
import
FileList
from
ColorDelegator
import
ColorDelegator
...
...
Lib/idlelib/boolcheck.py
deleted
100644 → 0
Dosyayı görüntüle @
ae8bbff2
"boolcheck - import this module to ensure True, False, bool() builtins exist."
try
:
True
except
NameError
:
import
__builtin__
__builtin__
.
True
=
1
__builtin__
.
False
=
0
from
operator
import
truth
__builtin__
.
bool
=
truth
Lib/idlelib/run.py
Dosyayı görüntüle @
b3a0a666
...
...
@@ -7,8 +7,6 @@ import thread
import
threading
import
Queue
import
boolcheck
import
CallTips
import
RemoteDebugger
import
RemoteObjectBrowser
...
...
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