[Python-checkins] python/dist/src/Misc NEWS,1.1114,1.1115

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Thu Aug 26 03:44:09 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19437/Misc

Modified Files:
	NEWS 
Log Message:
When building with --disable-toolbox-glue under Darwin, skip building any
Mac-specific modules.  Before all modules were compiled but would fail thanks
to a dependence on the code included when Python was built without the compiler
flag.

Closes bug #991962.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1114
retrieving revision 1.1115
diff -u -d -r1.1114 -r1.1115
--- NEWS	26 Aug 2004 00:37:30 -0000	1.1114
+++ NEWS	26 Aug 2004 01:44:07 -0000	1.1115
@@ -139,6 +139,9 @@
 Build
 -----
 
+- bug #991962: When building with --disable-toolbox-glue on Darwin no
+  attempt to build Mac-specific modules occurs.
+
 - The --with-tsc flag to configure to enable VM profiling with the
   processor's timestamp counter now works on PPC platforms.
 



More information about the Python-checkins mailing list