STINNER Victor <victor.stin...@haypocalc.com> added the comment:

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.

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9850>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to