On 6 May 2015 at 23:28, leif wrote:
> Bill Page wrote:
>> Is there a possibility of creating an experimental package to install
>> pexpect 3.3 ?
>
> mkdir foo-1.0
>
> echo 'print "Installing foo.."' > foo-1.0/setup.py
>
> tar czf foo-1.0.spkg foo-1.0/
>
> ./sage -i foo-1.0.spkg
>
OK but I was bit
Is there a possibility of creating an experimental package to install
pexpect 3.3 ?
I see references to "doctests failing" but no details. It would be
good to make this easier to test.
On 6 May 2015 at 22:41, leif wrote:
> Bill Page wrote:
>> After reading the docs:
>>
>> http://pexpect.readthe
After reading the docs:
http://pexpect.readthedocs.org/en/latest/index.html
It seems that version 3 and later are supposed to handler unicode
properly. Version 3.3 requires Python 2.6 or later. Since Sage is
already at Python 2.7 is there a good reason why Sage is still using
an older version o