5 Apr
2011
5 Apr
'11
11:22 p.m.
On Apr 02, 2011, at 10:55 AM, Stefan Krah wrote:
In this case, it's clearly Ubuntu who is going to break things. Still, the proposed patch could make life a lot easier for many people.
I'd be more concerned about adding some Debian/Ubuntu special code to setup.py if it wasn't already a rats nest of specialization. $ grep darwin setup.py | wc -l 41 Not to mention the checks for osf1, unixware7, and openunix8 (!). It's a little ugly trying to run dpkg-architecture on every platform, but I'm not sure anything better can be done, and of course it only needs to run it once. I'm going to apply the patch to Python 2.7, 3.1, 3.2, and 3.3 tomorrow. Cheers, -Barry