This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients giampaolo.rodola, gregory.p.smith, iElectric, janssen, jeffo, josiah.carlson, josiahcarlson, lgedgar, lszyba1, pitrou, qwavel, roberte, twhitema
Date 2009-11-15.17:50:41
SpamBayes Score 1.1883314e-05
Marked as misclassified No
Message-id <1258307443.33.0.318229857628.issue2054@psf.upfronthosting.co.za>
In-reply-to
Content
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')
History
Date User Action Args
2009-11-15 17:50:43pitrousetrecipients: + pitrou, gregory.p.smith, josiahcarlson, janssen, giampaolo.rodola, josiah.carlson, roberte, iElectric, lszyba1, twhitema, jeffo, qwavel, lgedgar
2009-11-15 17:50:43pitrousetmessageid: <1258307443.33.0.318229857628.issue2054@psf.upfronthosting.co.za>
2009-11-15 17:50:42pitroulinkissue2054 messages
2009-11-15 17:50:41pitroucreate