[Pyobjc-dev] Snapshots
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2002-10-07 12:12:41
|
On Monday, Sep 23, 2002, at 00:00 Europe/Amsterdam, Bill Bumgarner wrote: > > Given that Ronald's work on the module basically supersedes all other > trees, I believe that we should push out a new snapshot of pyobjc. I'm happy enough with the current state of PyObjC create a new snapshot and to move the code back to CVS trunk. I can do the CVS work, but I probably do not have enough privileges to actually add an archive to the downloadable files on sourceforge. On Monday, Sep 23, 2002, at 18:06 Europe/Amsterdam, Bill Bumgarner wrote: > Comment: Foundation should not really be a part of Cocoa. I.e. I > should be able to do "from Foundation import NSString" -- not "from > Cocoa.Foundation import NSString". There are platforms upon which > Foundation exists, but Cocoa might not -- this is especially true as > support for GnuStep is reintroduced (or, likely, rewritten). I agree. The Cocoa prefix might also be confusing for Objective-C programmers that want to try out python. I suppose we should change this before creating a new snapshot. Opinions anyone? Ronald |