Re: [Python-Dev] deprecating macpath and macurl2path

2007-04-30 Thread Ronald Oussoren
On Monday, April 30, 2007, at 06:28AM, "Neal Norwitz" <[EMAIL PROTECTED]> wrote: >PEP 11 notes that Mac OS 9 support was unsupported in 2.4. There are >still quite a few places that we check for sys.platform == 'mac'. >There are also (at least) 2 modules (macpath and macurl2path) that >look spec

[Python-Dev] deprecating macpath and macurl2path

2007-04-29 Thread Neal Norwitz
PEP 11 notes that Mac OS 9 support was unsupported in 2.4. There are still quite a few places that we check for sys.platform == 'mac'. There are also (at least) 2 modules (macpath and macurl2path) that look specific to Mac OS. (OS X has sys.platform == 'darwin'.) Shall I add a deprecation warnin