Antoine Pitrou <pit...@free.fr> added the comment: You can build the docs by going to the Doc directory and typing "make html" there. It isn't critical anyway.
The tests failed to run, I had to replace the KEYCERT declaration with: KEYCERT = os.path.join(os.path.dirname(__file__), "keycert.pem") (and add "import os" at the top) Another remark: login() doesn't return the response, while it does on the normal FTP class. Apart from that, I'm trying to test on a TLS-enabled FTP server, but even the regular FTP class doesn't seem to work with it (I get "500 Illegal PORT command" when calling retrlines('LIST')). ---------- keywords: -easy _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue2054> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com