]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Use weaklink generators so we can support OSX-only calls without crashing on OS9.
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 1 Jul 2001 22:04:02 +0000 (22:04 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 1 Jul 2001 22:04:02 +0000 (22:04 +0000)
commit340d98f564ac3ce8ee46b1f2c4f382718c10effe
tree1338525beed8ef675c7f14774d04eb7b8c6b289f
parentc468fd28b66b37f95963f9b99db097c16407b408
- Use weaklink generators so we can support OSX-only calls without crashing on OS9.
- Convert CFString to/from Python strings. Currently always MacRoman, to be fixed later (as is unicode support). Python->CFString conversion is automatic.
Mac/Modules/cf/cfscan.py
Mac/Modules/cf/cfsupport.py