Re: [Python-Dev] info/advices about python readline implementation

2005-08-28 Thread Gregory Lielens
> > Then something about the VMS platform support: > > -readline seems to make uses of the extern function > > vms__StdioReadline() on VMS...Where can we find the source or doc about > > this function? In particular, we would like to know if this function > > call (or can call) PyOS_StdioReadlin

[Python-Dev] info/advices about python readline implementation

2005-08-28 Thread Gregory Lielens
Hi, Lisandro Dalcin and me are working on a common version of our patches ([1232343],[955928]) that we plan to submit soon (this would close the two previously proposed patches, and we plan also to review 5 other patches to push this one before 2.5 ;-) ). We would like this new patch to be as cl