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 trentm
Recipients ronaldoussoren, trentm
Date 2008-07-17.17:11:37
SpamBayes Score 0.06450935
Marked as misclassified No
Message-id <1216314698.32.0.253525347176.issue3393@psf.upfronthosting.co.za>
In-reply-to
Content
Similar change in Mac/IDLE/Makefile.in:

-----------------------------
--- python/trunk/Mac/IDLE/Makefile.in	(original)
+++ python/trunk/Mac/IDLE/Makefile.in	Thu Jun  5 14:58:24 2008
@@ -42,7 +42,7 @@
 		$(srcdir)/../Icons/PythonSource.icns \
 		$(srcdir)/../Icons/PythonCompiled.icns Info.plist
 	rm -fr IDLE.app
-	$(RUNSHARED) $(BUILDPYTHON) $(BUNDLEBULDER) \
+	$(RUNSHARED) arch -ppc -i386 $(BUILDPYTHON) $(BUNDLEBULDER) \
 		--builddir=. \
 		--name=IDLE \
 		--link-exec \
-----------------------------
History
Date User Action Args
2008-07-17 17:11:38trentmsetspambayes_score: 0.0645093 -> 0.06450935
recipients: + trentm, ronaldoussoren
2008-07-17 17:11:38trentmsetspambayes_score: 0.0645093 -> 0.0645093
messageid: <1216314698.32.0.253525347176.issue3393@psf.upfronthosting.co.za>
2008-07-17 17:11:37trentmlinkissue3393 messages
2008-07-17 17:11:37trentmcreate