[Python-Dev] Shorter float repr in Python 3.1?

Mark Dickinson dickinsm at gmail.com
Tue Apr 14 20:30:23 CEST 2009


On Tue, Apr 14, 2009 at 6:32 PM, Ned Deily <nad at acm.org> wrote:
> The OSX installer script is in Mac/BuildScript/build-installer.py.
>
> For 2-way builds, it essentially does:
>
> export MACOSX_DEPLOYMENT_TARGET=10.3
> configure -C --enable-framework
>   --enable-universalsdk=/Developer/SDKs/MacOSX10.4u.sdk
>   --with-universal-archs='32-bit' --with-computed-gotos OPT='-g -O3'

Great---thank you!  And thank you for all the testing.

I'll try to sort all this out later this evening (GMT+1);  I think I
understand how to fix everything now.

Mark


More information about the Python-Dev mailing list