mattip <[email protected]> added the comment: I get ssltimeout on the stdlib test_ftplib TestTLS_FTPClassMixin tests, as far back as 2.2.1 on win32. Adding self.client.debugging = 1 jsut before self.client.prot_p() yields: *cmd* 'PBSZ 0' *resp* '200 PBSZ=0 successful.' *cmd* 'PROT P' SSLError: SSLError...med out')
cpython 2.7.5 passes the test with no errors. ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1696> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
