Message69891
| 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:38 | trentm | set | spambayes_score: 0.0645093 -> 0.06450935 recipients: + trentm, ronaldoussoren |
| 2008-07-17 17:11:38 | trentm | set | spambayes_score: 0.0645093 -> 0.0645093 messageid: <1216314698.32.0.253525347176.issue3393@psf.upfronthosting.co.za> |
| 2008-07-17 17:11:37 | trentm | link | issue3393 messages |
| 2008-07-17 17:11:37 | trentm | create | |