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, vstinner
Date 2010-09-14.12:00:37
SpamBayes Score 1.2214477e-05
Marked as misclassified No
Message-id <1284465640.14.0.0327111189162.issue9850@psf.upfronthosting.co.za>
In-reply-to
Content
MacOS9 is already unsupported, except for macpath all traces of OS9 support are gone with the possible exception of distutils (I removed traces of OS9 support code in 3.2 and those got restored when Tarek replaced distutils by the version from the 3.1 branch, I don't remember if I redid my OS9-removal work).

As I wrote earlier the path manipulation code (macpath.join, macpath.split etc.) are still useful because OS9-style paths are still used in some parts of OSX.
History
Date User Action Args
2010-09-14 12:00:40ronaldoussorensetrecipients: + ronaldoussoren, vstinner, ned.deily
2010-09-14 12:00:40ronaldoussorensetmessageid: <1284465640.14.0.0327111189162.issue9850@psf.upfronthosting.co.za>
2010-09-14 12:00:38ronaldoussorenlinkissue9850 messages
2010-09-14 12:00:37ronaldoussorencreate