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 vstinner
Recipients ned.deily, ronaldoussoren, vstinner
Date 2010-09-14.11:56:17
SpamBayes Score 9.8804094e-08
Marked as misclassified No
Message-id <1284465381.64.0.527258533121.issue9850@psf.upfronthosting.co.za>
In-reply-to
Content
The solution may be different depending on Python version. I propose to keep macpath in Python 2.7, just because it's too late to change such thing in Python2. But we may mark macpath as deprecated, eg. "macpath will be removed in Python 3.2" (see above). I suppose that the same treatement can be used on Python 3.1 (maybe with a different warning type/message).

But for Python 3.2, I suggest to drop macpath. Said differently: drop Mac OS 9 support. If you really need Mac OS 9 support, continue to use Python 2.7. If I understood correctly, macpath is not used for os.path in Python 3.2, and it is broken (at least on 64 bits build).

But well, I am not a Mac programmer, so I don't know if Mac OS 9 is still commonly installed or not.
History
Date User Action Args
2010-09-14 11:56:21vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily
2010-09-14 11:56:21vstinnersetmessageid: <1284465381.64.0.527258533121.issue9850@psf.upfronthosting.co.za>
2010-09-14 11:56:18vstinnerlinkissue9850 messages
2010-09-14 11:56:17vstinnercreate