Message 98977 - Python tracker
Message98977
| Author | meador.inge |
|---|---|
| Recipients | barry, brett.cannon, fdrake, mark.dickinson, meador.inge, ned.deily, ronaldoussoren, srid, zvezdan |
| Date | 2010-02-07.02:07:27 |
| SpamBayes Score | 8.9788404e-07 |
| Marked as misclassified | No |
| Message-id | <1265508452.43.0.332373532133.issue6877@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> If not, then we need to make a choice of #ifdef __FreeBSD__ as I > suggested in issue4204, or #ifndef __APPLE__ as I used in my first > personal version of the patch. In the off chance that this same problem were to occur on another platform, wouldn't be better to test for 'completion_matches' in configure? Perhaps something like the attached patch? (fixes the issue for me on OS X 10.5 in the Python trunk) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-02-07 02:07:32 | meador.inge | set | recipients: + meador.inge, fdrake, barry, brett.cannon, ronaldoussoren, mark.dickinson, ned.deily, zvezdan, srid |
| 2010-02-07 02:07:32 | meador.inge | set | messageid: <1265508452.43.0.332373532133.issue6877@psf.upfronthosting.co.za> |
| 2010-02-07 02:07:30 | meador.inge | link | issue6877 messages |
| 2010-02-07 02:07:30 | meador.inge | create | |