Do we still support MacOS < X?
If not, I'll remove the traces from the docs, where they only serve to confuse where MacOS X actually belongs under "Unix", not "Mac". Georg -- Thus spake the Lord: Thou shalt indent with four spaces. No more, no less. Four shall be the number of spaces thou shalt indent, and the number of thy indenting shall be four. Eight shalt thou not indent, nor either indent thou two, excepting that thou then proceed to four. Tabs are right out.
On Sat, Sep 13, 2008 at 4:49 AM, Georg Brandl <g.brandl@gmx.net> wrote:
If not, I'll remove the traces from the docs, where they only serve to confuse where MacOS X actually belongs under "Unix", not "Mac".
Yes, according to PEP 11, support was removed in 2.4. I suppose this also means we could killed macpath in py3k... -- Cheers, Benjamin Peterson "There's no place like 127.0.0.1."
On Sat, Sep 13, 2008 at 4:49 AM, Georg Brandl <g.brandl <at> gmx.net> wrote:
If not, I'll remove the traces from the docs, where they only serve to confuse where MacOS X actually belongs under "Unix", not "Mac".
Yes, according to PEP 11, support was removed in 2.4. I suppose this also means we could killed macpath in py3k... Pleaes don't do that. The OS 9 path handling is still present in OS X GUI applications. While you don't see it that often because OS X doesn't know
Hi, Benjamin Peterson <musiccomposition <at> gmail.com> writes: the location bars but you can see it in iTunes for example. Regards, Armin
Armin Ronacher wrote:
Hi,
Yes, according to PEP 11, support was removed in 2.4. I suppose this also means we could killed macpath in py3k... Pleaes don't do that. The OS 9 path handling is still present in OS X GUI applications. While you don't see it that often because OS X doesn't know
Benjamin Peterson <musiccomposition <at> gmail.com> writes: the location bars but you can see it in iTunes for example.
As far as I can recall, the fact that there are remnants of MacOS paths lying around in OS X is actually the reason macpath was salvaged when all of the other MacOS specific modules were removed from 3.0. Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia --------------------------------------------------------------- http://www.boredomandlaziness.org
participants (4)
-
Armin Ronacher -
Benjamin Peterson -
Georg Brandl -
Nick Coghlan