[issue785031] MacPython installer fails on UFS filesystem

2010-04-29 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue785031] MacPython installer fails on UFS filesystem

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Python is just one of the many things that will fail on a case sensitive root filesystem. I'm not particularly interested in fixing this issue. This doesn't affect Python 3.x because the code that causes this problem is not present in 3.x. Setting state to

[issue785031] MacPython installer fails on UFS filesystem

2009-02-12 Thread Daniel Diniz
Daniel Diniz added the comment: UFS support in Mac OS X seems to be in legacy/deprecated mode. Should we close this one? -- components: +Macintosh -None nosy: +ajaksu2 type: -> behavior ___ Python tracker __