Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3a0a66

Browse files
committed
Remove the 2.2 compatibility module boolcheck.py and related code
M PyShell.py R boolcheck.py M run.py
1 parent ae8bbff commit b3a0a66

3 files changed

Lines changed: 0 additions & 14 deletions

File tree

Lib/idlelib/PyShell.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
from Tkinter import *
2020
import tkMessageBox
2121

22-
# Preserve 2.2 compatibility for Mac OS X:
23-
import boolcheck
24-
2522
from EditorWindow import EditorWindow, fixwordbreaks
2623
from FileList import FileList
2724
from ColorDelegator import ColorDelegator

Lib/idlelib/boolcheck.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

Lib/idlelib/run.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
import threading
88
import Queue
99

10-
import boolcheck
11-
1210
import CallTips
1311
import RemoteDebugger
1412
import RemoteObjectBrowser

0 commit comments

Comments
 (0)