This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ned.deily, ronaldoussoren
Date 2010-09-14.11:53:47
SpamBayes Score 1.792698e-06
Marked as misclassified No
Message-id <1284465229.39.0.935913259893.issue9850@psf.upfronthosting.co.za>
In-reply-to
Content
I'm -0 on removing the module wholesale because parts of OSX still use MacOS9 style paths (in particular some Carbon APIs and AppleScript).

I'm +1 on removing all functions that aren't path manipulation code, that is 'macpath.join' would stay while 'macpath.islink' would go, and fixing the documentation.

And to be complete: I'm -1 on fixing macpath.islink and other functions that access a life filesystem because the macpath module is only meant to be used for that on MacOS9 and that platform is no longer supported.  Path manipulation code is still useful.

BTW. The module cannot be removed from 2.7 and 3.1 due to API stability requirements.
History
Date User Action Args
2010-09-14 11:53:49ronaldoussorensetrecipients: + ronaldoussoren, ned.deily
2010-09-14 11:53:49ronaldoussorensetmessageid: <1284465229.39.0.935913259893.issue9850@psf.upfronthosting.co.za>
2010-09-14 11:53:47ronaldoussorenlinkissue9850 messages
2010-09-14 11:53:47ronaldoussorencreate