summaryrefslogtreecommitdiff
path: root/Mac/scripts/missingcarbonmethods.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-01-29 14:27:32 +0000
committerJack Jansen <jack.jansen@cwi.nl>2001-01-29 14:27:32 +0000
commita3e2dcadcce5cd753e6fd69bde8bd8b61b72a054 (patch)
treeb0885844cf35924511ebb652eda5b9b410d1b055 /Mac/scripts/missingcarbonmethods.py
parent5c3c58bde00b04b54e62a2deacdbd36ffc36f9b8 (diff)
downloadcpython-git-a3e2dcadcce5cd753e6fd69bde8bd8b61b72a054.tar.gz
Removed device from the list of Qd incompatibilities. It should be there, but causes too many false positives.
Diffstat (limited to 'Mac/scripts/missingcarbonmethods.py')
-rw-r--r--Mac/scripts/missingcarbonmethods.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/scripts/missingcarbonmethods.py b/Mac/scripts/missingcarbonmethods.py
index aa8a4fad74..5db2674979 100644
--- a/Mac/scripts/missingcarbonmethods.py
+++ b/Mac/scripts/missingcarbonmethods.py
@@ -79,7 +79,7 @@ missing_Qt = [
]
missing_Qd = [
- 'device',
+## 'device', # Too many false positives
'portBits',
'portPixMap',
'portVersion',