
report at bugs
Nov 15, 2009, 9:50 AM
Post #33 of 41
(53 views)
Permalink
|
|
[issue2054] add ftp-tls support to ftplib - RFC 4217
[In reply to]
|
|
Antoine Pitrou <pitrou[at]free.fr> added the comment: The tests don't work under py3k, for some reason I can't figure out. There's the following error and then the tests hang: test_acct (test.test_ftplib.TestTLS_FTPClassMixin) ... Exception in thread Thread-31: Traceback (most recent call last): File "/home/antoine/py3k/__svn__/Lib/threading.py", line 521, in _bootstrap_inner self.run() File "/home/antoine/py3k/__svn__/Lib/test/test_ftplib.py", line 214, in run asyncore.loop(timeout=0.1, count=1) File "/home/antoine/py3k/__svn__/Lib/asyncore.py", line 210, in loop poll_fun(timeout, map) File "/home/antoine/py3k/__svn__/Lib/asyncore.py", line 136, in poll r, w, e = select.select(r, w, e, timeout) select.error: (9, 'Bad file descriptor') ---------- assignee: pitrou -> versions: -Python 2.7 _______________________________________ Python tracker <report[at]bugs.python.org> <http://bugs.python.org/issue2054> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|