[issue11364] Move from distutils.sysconfig to sysconfig in test_osx_env

2011-03-07 Thread Éric Araujo
Éric Araujo added the comment: I haven’t seen any pitchfork-brandishing in my inbox, so I’m closing this. -- status: pending -> closed ___ Python tracker ___ ___

[issue11364] Move from distutils.sysconfig to sysconfig in test_osx_env

2011-03-01 Thread Éric Araujo
Éric Araujo added the comment: Thank you. Committed in r88707, not candidate for backport. Will close after a day or two without anyone complaining. -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> pending ___ Py

[issue11364] Move from distutils.sysconfig to sysconfig in test_osx_env

2011-03-01 Thread Ned Deily
Ned Deily added the comment: Go for it. It's highly unlikely to break anything but, if so, redirect the knives my way. I verified that the results from the two sysconfigs are the same. I don't know that there are any buildbots that currently build a framework configuration anyway. --

[issue11364] Move from distutils.sysconfig to sysconfig in test_osx_env

2011-03-01 Thread Éric Araujo
Éric Araujo added the comment: Thanks for reviewing. Have you had time to test it or shall I just commit and wait for the buildbots master to come at me with a big knife if I break them? -- ___ Python tracker __

[issue11364] Move from distutils.sysconfig to sysconfig in test_osx_env

2011-03-01 Thread Ned Deily
Ned Deily added the comment: LGTM -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/ma

[issue11364] Move from distutils.sysconfig to sysconfig in test_osx_env

2011-03-01 Thread Éric Araujo
Éric Araujo added the comment: (I thought auto-nosy was set for Mac.) -- nosy: +ned.deily, ronaldoussoren ___ Python tracker ___ ___

[issue11364] Move from distutils.sysconfig to sysconfig in test_osx_env

2011-03-01 Thread Éric Araujo
New submission from Éric Araujo : I’m working on removing uses of distutils from the standard library. I found only one remaining use of distutils.sysconfig; changing it to use sysconfig should not change the behavior of the test, but I can’t test, so please review attached patch. --