]> granicus.if.org Git - python/commit
Issue #15782: Prevent compile errors of OS X Carbon modules _Fm, _Qd, and
authorNed Deily <nad@acm.org>
Thu, 10 Jan 2013 06:04:35 +0000 (22:04 -0800)
committerNed Deily <nad@acm.org>
Thu, 10 Jan 2013 06:04:35 +0000 (22:04 -0800)
commitec8f8f7959169593fe258a3792b498135af70701
tree94fea4604f210a6d1bb5b87bc688ef9b26ac3c21
parentc4b82c037e95fe2fe77352e8a4a54be7b209df2a
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.)
Doc/library/carbon.rst
Doc/library/mac.rst
Mac/Modules/fm/_Fmmodule.c
Mac/Modules/qd/_Qdmodule.c
Mac/Modules/qdoffs/_Qdoffsmodule.c
Misc/NEWS