]> granicus.if.org Git - python/commit
Weaklink most toolbox modules, improving backward compatibility. Modules will no...
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 00:32:17 +0000 (00:32 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 25 Mar 2002 00:32:17 +0000 (00:32 +0000)
commit714d7268d5dcd9233bb8b3580cd9bce5a5a9fc50
tree3c0ae2f82a414db75c1420aeb2f3686609d148c9
parentcddc1a0249fd3ace2711d5132605e773b78827b5
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.

Should finally fix 531398. 2.2.1 candidate.
Mac/Modules/ae/aesupport.py
Mac/Modules/cm/cmsupport.py
Mac/Modules/drag/dragsupport.py
Mac/Modules/evt/evtsupport.py
Mac/Modules/fm/fmsupport.py
Mac/Modules/icn/icnsupport.py
Mac/Modules/qd/qdsupport.py
Mac/Modules/qdoffs/qdoffssupport.py
Mac/Modules/qt/qtsupport.py
Mac/Modules/te/tesupport.py