This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients benjamin.peterson, habnabit, ronaldoussoren
Date 2008-05-02.19:50:06
SpamBayes Score 0.0011739243
Marked as misclassified No
Message-id <1209757808.31.0.0274440073978.issue2573@psf.upfronthosting.co.za>
In-reply-to
Content
This functionality is enabled as of revision 62644

The actual patch is slightly more involved than the attached patches, 
the patch forgot to add a variable to Mac/Makefile.in and doesn't patch 
Mac/IDLE/Makefile.in at all.

I've also made the Info.plist inside applications and the framework 
dynamic (that is, patched by configure), that way the Python version is 
automaticly patched into these files.


Furthermore the framework identifier is changed when you use the --with-
framework-name argument to configure.


There is one minor open issue with this patch, which I won't fix: 
site.py adds ~/Library/Python/... to sys.path, but only if 
"Python.framework" is in sys.prefix. That code won't trigger when 
building a framework with another name (such as --with-framework-
name=Stackless). I don't think that can be fixed without modifying 
site.py during configure or installation. (see site.py, line 199)
History
Date User Action Args
2008-05-02 19:50:08ronaldoussorensetspambayes_score: 0.00117392 -> 0.0011739243
recipients: + ronaldoussoren, benjamin.peterson, habnabit
2008-05-02 19:50:08ronaldoussorensetspambayes_score: 0.00117392 -> 0.00117392
messageid: <1209757808.31.0.0274440073978.issue2573@psf.upfronthosting.co.za>
2008-05-02 19:50:07ronaldoussorenlinkissue2573 messages
2008-05-02 19:50:06ronaldoussorencreate