[issue9508] python3.2 reversal of distutils reintrocud macos9 support

2010-11-29 Thread Éric Araujo
Éric Araujo added the comment: On python-dev, Martin commented that if it was unnecessary to remove an unused function in 2.7, then I shouldn’t have done it. I agreed, planned to revert that removal, however unlikely it was that someone depended on it, and then I couldn’t make up my mind in

[issue9508] python3.2 reversal of distutils reintrocud macos9 support

2010-11-06 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the reply. r86264. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9508] python3.2 reversal of distutils reintrocud macos9 support

2010-11-06 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fine. 2010/11/6 Éric Araujo : > > Éric Araujo added the comment: > > Fixed in r86248, thanks.  BTW, my commit removes a bit more than yours > originally did. > > In 2.7, the unused distutils.sysconfig._init_mac function is still left over. >  I don’t know

[issue9508] python3.2 reversal of distutils reintrocud macos9 support

2010-11-05 Thread Éric Araujo
Éric Araujo added the comment: Fixed in r86248, thanks. BTW, my commit removes a bit more than yours originally did. In 2.7, the unused distutils.sysconfig._init_mac function is still left over. I don’t know if killing dead code is acceptable in a stable version. Benjamin? -- assi

[issue9508] python3.2 reversal of distutils reintrocud macos9 support

2010-08-04 Thread Ronald Oussoren
New submission from Ronald Oussoren : Distutils in the py3k trunk was reverted to the version in the 31-maint branch a couple of weeks back. This reintroduced some macos9 support code that was removed in the trunk but not the maint branches. All code reverting to sys.platform == 'mac' should