[Pythonmac-SIG] python 2.3a2 won't build on a unix file system

Just van Rossum just@letterror.com
Tue, 8 Apr 2003 19:32:03 +0200


Michael Toy wrote:

> Do I send my diffs to someone?  Does anyone even care?

It appeared to be fixed in CVS, here's log message from Makefile.pre.in:

----------------------------
revision 1.114
date: 2003/02/25 12:41:08;  author: jackjansen;  state: Exp;  lines: +2
-0
In Mac OS X framework builds don't assume that the executable will be
called python.exe but actually pass it from the main Makefile to
Mac/OSX/Makefile. This makes framework builds work again on case
sensitive filesystems. Fixes bug #677753.


Just