]> granicus.if.org Git - python/commitdiff
Removed device from the list of Qd incompatibilities. It should be there, but causes...
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 29 Jan 2001 14:27:32 +0000 (14:27 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 29 Jan 2001 14:27:32 +0000 (14:27 +0000)
Mac/scripts/missingcarbonmethods.py

index aa8a4fad7458ae0dd6ed93d0bc5ff91f58000880..5db2674979c82ea687c81cf080fe821e113054ec 100644 (file)
@@ -79,7 +79,7 @@ missing_Qt = [
        ]
 
 missing_Qd = [
-       'device',
+##     'device',       # Too many false positives
        'portBits',
        'portPixMap',
        'portVersion',