Re: readline problems
Guido van Rossum <[email protected]> Mon, 30 Dec 2002 11:40:42 -0500
| Newsgroups | gmane.comp.python.snake-farm.user |
|---|---|
| Message-ID | <[email protected]> |
> > > > Please turn this into a real patch, upload to SF, and assign to me. > > > > > > Will do. I'll only make a patch for configure.in -- OK? (I haven't > > > looked much on what would be needed in readline.c...) > > > > But I don't have time for this myself -- so it won't make it into > > 2.3a1 unless you make a patch for readline.c too. :-( > > Done. I have now submitted a new version of my configure.in patch > (just added a comment) and a patch to readline.c. > > It seems to work -- I get the new completion behaviour with my new > readline library in Linux and the old behaviour with my old readline > library in Solaris. Thanks, Magnus. I've applied this to Python 2.3. It should also be applied to 2.2.3. --Guido van Rossum (home page: http://www.python.org/~guido/)