Distutils reverted in py3k

Hello As decided during the summit, I've reverted Distutils in the py3k branch, to its release3.1-maint state. This was already done in 2.7. I will only work on bugfixes for now on for distutils. Everything new is done in distutils2. So if you have a feature request, use the distutils2 component in the tracker. Let me know if you have/see any problem this revert created. Regards Tarek -- Tarek Ziadé | http://ziade.org

Note that I'll revert Doc/distutils as well, but I need to check first with Ronald a few Mac OS X points.

On 22 Jul, 2010, at 14:01, Tarek Ziadé wrote:
Note that I'll revert Doc/distutils as well, but I need to check first with Ronald a few Mac OS X points.
Not just a few point, the revert completely broke universal builds on OSX. I'm working on a fix. Ronald
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/ronaldoussoren%40mac.com

On 23 Jul, 2010, at 10:12, Ronald Oussoren wrote:
On 22 Jul, 2010, at 14:01, Tarek Ziadé wrote:
Note that I'll revert Doc/distutils as well, but I need to check first with Ronald a few Mac OS X points.
Not just a few point, the revert completely broke universal builds on OSX. I'm working on a fix.
The build seems to work again, my fix is in r83066. There are a couple of test failures left, but those don't seem to be related to distutils. Ronald

2010/7/23 Ronald Oussoren <ronaldoussoren@mac.com>:
On 23 Jul, 2010, at 10:12, Ronald Oussoren wrote:
On 22 Jul, 2010, at 14:01, Tarek Ziadé wrote:
Note that I'll revert Doc/distutils as well, but I need to check first with Ronald a few Mac OS X points.
Not just a few point, the revert completely broke universal builds on OSX. I'm working on a fix.
mmm sorry about that... I though you backported everything in 3.1
The build seems to work again, my fix is in r83066. There are a couple of test failures left, but those don't seem to be related to distutils.
Thanks. The next task zould be to check what 3,2 doc should be kept before Docs/distutils is reverted Regards Tarek -- Tarek Ziadé | http://ziade.org

On 23 Jul, 2010, at 10:47, Tarek Ziadé wrote:
2010/7/23 Ronald Oussoren <ronaldoussoren@mac.com>:
On 23 Jul, 2010, at 10:12, Ronald Oussoren wrote:
On 22 Jul, 2010, at 14:01, Tarek Ziadé wrote:
Note that I'll revert Doc/distutils as well, but I need to check first with Ronald a few Mac OS X points.
Not just a few point, the revert completely broke universal builds on OSX. I'm working on a fix.
mmm sorry about that... I though you backported everything in 3.1
3.1 is probably broken as well due to the recent move to setting PY_CFLAGS instead of CFLAGS. That is next on my list. Ronald
participants (2)
-
Ronald Oussoren
-
Tarek Ziadé