Python poly obsolete?

Thierry Lam lamthierry at gmail.com
Fri Mar 17 11:03:00 EST 2006


I have a piece of python code which goes like the following:

import poly

list = [1, 2, 3]

result = poly.scan(list)

I'm using Python 2.3.4 and I don't think that poly library is working
properly, I read somewhere that's it's obsolete now. What's the
alternative?

Thanks
Thierry




More information about the Python-list mailing list