summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/win/winscan.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-08-15 14:38:05 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-08-15 14:38:05 (GMT)
commit8f0fab78cef6018beafa045df1c29fc89fa423d2 (patch)
treea669de8c7c57ed9ee592dd742fc3aa021fb39170 /Mac/Modules/win/winscan.py
parenteaf3c9bed79cc6d509ac40fadaae93e5fcdcc0b9 (diff)
downloadcpython-8f0fab78cef6018beafa045df1c29fc89fa423d2.zip
cpython-8f0fab78cef6018beafa045df1c29fc89fa423d2.tar.gz
cpython-8f0fab78cef6018beafa045df1c29fc89fa423d2.tar.bz2
Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reason
for blacklisting them.
Diffstat (limited to 'Mac/Modules/win/winscan.py')
-rw-r--r--Mac/Modules/win/winscan.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/Modules/win/winscan.py b/Mac/Modules/win/winscan.py
index 2d332ad..cafe36f 100644
--- a/Mac/Modules/win/winscan.py
+++ b/Mac/Modules/win/winscan.py
@@ -37,9 +37,6 @@ class MyScanner(Scanner):
def makeblacklisttypes(self):
return [
'ProcPtr',
- 'WCTabHandle',
- 'AuxWinHandle',
- 'PixPatHandle',
'DragGrayRgnUPP',
]