[issue2910] Remove plat-mac from 3.0

2008-07-12 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Carbon may still be in your wc because svn didn't delete it on update. (I can't remember the exact behavior of SVN with dir deletes, but it's weird.) See [1]. I killed plat-mac off in r64896. [1] http://svn.python.org/view/python/branches/

[issue2910] Remove plat-mac from 3.0

2008-07-12 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: I notice that Carbon ended back up in plat-mac. Is that an accident? What is the status of being able to ditch the directory? -- assignee: brett.cannon -> priority: normal -> critical ___ Python tra

[issue2910] Remove plat-mac from 3.0

2008-05-18 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Well, I reimplemented gestalt as C (#2854), so I imagine it should go in Modules. -- nosy: +benjamin.peterson __ Tracker <[EMAIL PROTECTED]> __

Re: [issue2910] Remove plat-mac from 3.0

2008-05-18 Thread Brett Cannon
On Sun, May 18, 2008 at 2:21 PM, Georg Brandl <[EMAIL PROTECTED]> wrote: > > Georg Brandl <[EMAIL PROTECTED]> added the comment: > > Do you want me to remove this? > I was holding off until a decision was made as to where to put gestalt back into the stdlib (Mac/Modules, Modules, plat-mac, or plat

[issue2910] Remove plat-mac from 3.0

2008-05-18 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Do you want me to remove this? -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2910] Remove plat-mac from 3.0

2008-05-18 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- priority: critical -> normal __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue2910] Remove plat-mac from 3.0

2008-05-18 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- assignee: -> brett.cannon __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list U

[issue2910] Remove plat-mac from 3.0

2008-05-18 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The plat-mac directory is empty in 3.0, but is still there. Plus there are still references in Makefile.pre.in to the package as well. -- components: Library (Lib) messages: 67042 nosy: brett.cannon priority: critical severity: norma