Re: [Pyobjc-dev] setVerbose()
Brought to you by:
ronaldoussoren
From: Bill B. <bb...@co...> - 2003-01-02 21:39:49
|
On Thursday, Jan 2, 2003, at 16:35 US/Eastern, Just van Rossum wrote: > Bill Bumgarner wrote: >> import objc >> from objc import YES, NO >> >> .... for me, anyway. > Can't Python's True and False (in 2.3 at least) be mapped to YES and > NO? Yes. And 1,0 work fine, as well, it seems. As of 10.2 (I believe), ObjC actually identifies (BOOL) as something separate from (char) in the method signatures. This will be an issue for the GnuStep folks unless that has been propagated back to GNU (it may have). b.bum |