[Python-checkins] CVS: python/dist/src/Misc NEWS,1.329,1.330
Jack Jansen
jackjansen@users.sourceforge.net
2001年12月06日 13:47:22 -0800
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv8423/Misc
Modified Files:
NEWS
Log Message:
Test wether we are building on a case-insensitive filesystem (such
as OSX HFS+) and if so add an extension to the python executable, but
only in the build directory, not on the installed python.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.329
retrieving revision 1.330
diff -C2 -d -r1.329 -r1.330
*** NEWS 2001年12月06日 21:14:00 1.329
--- NEWS 2001年12月06日 21:47:20 1.330
***************
*** 63,66 ****
--- 63,70 ----
Build
+ - It is no longer necessary to use --with-suffix when building on a
+ case-insensitive file system (such as Mac OS X HFS+). In the build
+ directory an extension is used, but not in the installed python.
+
C API