Hi
> > But it _is_ entirely practical to run CML2 with a bog-standard python
> > 1.5 interpreter. I just did a search/replace for the python2-ism's like
> >
> > +==> = + , and
> > .() => string.(, )
> >
> > Worked around some missing functionality in the older shlex and curses
Jan Harkes <[EMAIL PROTECTED]>:
> But it _is_ entirely practical to run CML2 with a bog-standard python
> 1.5 interpreter. I just did a search/replace for the python2-ism's like
>
> +==> = + , and
> .() => string.(, )
>
> Worked around some missing functionality in the older sh