cpython/Mac/Modules/qdoffs
Ned Deily ec8f8f7959 Issue #15782: Prevent compile errors of OS X Carbon modules _Fm, _Qd, and
_Qdoffs when compiling with an SDK of 10.7 or later.  The OS X APIs they
wrap have long been deprecated and have now been removed with 10.7.
These modules were already empty for 64-bit builds and have been removed
in Python 3.  (Original patch by Ronald Oussoren.)
2013-01-09 22:04:35 -08:00
..
_Qdoffsmodule.c Issue #15782: Prevent compile errors of OS X Carbon modules _Fm, _Qd, and 2013-01-09 22:04:35 -08:00
qdoffsscan.py Patch #2167 from calvin: Remove unused imports 2008-02-23 17:40:11 +00:00
qdoffssupport.py