On 5/10/07, Justin C. Walker <[EMAIL PROTECTED]> wrote: > > > On May 10, 2007, at 20:53 , Fernando Perez wrote: > > On 5/10/07, William Stein <[EMAIL PROTECTED]> wrote: > [snip] > >> (2) evidently some readline versions have clear_history and > >> some don't, > >> according to the discussion in the thread above. The Python devs > >> decided > >> the best solution was to silently just not have the clear_history > >> function > >> on a platform where their scripts decide it isn't available. I > >> think this is > >> what is happening in this case. > > > > I'm still curious as to why the sage build on resolves that #ifdef to > > false. It's a bit odd. In the original report, he was using Feisty > > on a Core Duo, was that 32 or 64 bit? > > Core Duo is 32-bit.
Ah. Core Duo is 32-bit, but Core 2 is 64-bit. Gotta love Intel's naming schemes, clear as mud. In any case, I just applied a check for clear_history to support Python 2.3 properly to IPython trunk, so thanks for the discussion. Cheers, f --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---
