The Effbot wrote:
> here's a robust parser for various LIST output formats:
>
>    http://cr.yp.to/ftpparse.html
>
> (google for "ftpparse" to find python bindings for that module)

Well, I have downloaded the one from your site (ftpparse-1.1-20021124)
and I have given a python setup.py install. Now I have a _ftpparse.so
which exposes a single function 'parse'. However both the module and
the function do not have any docstring,  the underscore makes me
believe that there should be a ftpparse.py file which is missing,
and the README says "for a usage example, see the sanity.py test
script" but there is not such a script in the distribution :-(

               Michele Simionato

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to