Comment 3 for bug 1262214

Revision history for this message
Michael Terry (mterry) wrote :

ply looks mostly good. However, it should run it's tests. Something like:

cd test && python ./testlex.py && python ./testyacc.py && ./cleanup.sh
cd test && python3 ./testlex.py && python3 ./testyacc.py && ./cleanup.sh