cpython/Mac/Modules/fm
Jack Jansen 6c7e326eaa Getting rid of pre-Carbon (MacOS8) support. All code depending on
TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some
TARGET_API_MAC_OSX conditional code is gone, because it is no longer
used on OSX-only Python (only in MacPython-OS9).
2002-12-12 10:31:54 +00:00
..
_Fmmodule.c Getting rid of pre-Carbon (MacOS8) support. All code depending on 2002-12-12 10:31:54 +00:00
fmscan.py Getting rid of pre-Carbon (MacOS8) support. All code depending on 2002-12-12 10:31:54 +00:00
fmsupport.py Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. 2002-03-25 00:32:17 +00:00