From: Jack Jansen Date: Mon, 29 Jan 2001 14:27:32 +0000 (+0000) Subject: Removed device from the list of Qd incompatibilities. It should be there, but causes... X-Git-Tag: v2.1a2~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3e2dcadcce5cd753e6fd69bde8bd8b61b72a054;p=thirdparty%2FPython%2Fcpython.git Removed device from the list of Qd incompatibilities. It should be there, but causes too many false positives. --- diff --git a/Mac/scripts/missingcarbonmethods.py b/Mac/scripts/missingcarbonmethods.py index aa8a4fad7458..5db2674979c8 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',