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 ajaksu2
Recipients ajaksu2, chris.mahan, vstinner
Date 2009-01-01.20:31:27
SpamBayes Score 1.7730506e-06
Marked as misclassified No
Message-id <1230841888.24.0.941077305817.issue4791@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Chris

Since dir calls retrlines and retrlines has a 'while 1:' loop, the bug
probably comes from there. Either it hangs in the fp.readline call or
the break condition is never met.

Can you put some print diagnostics inside Lib/ftplib.py->FTP.retrlines
(around line 405) to help pinpointing the issue?

HTH,
Daniel
History
Date User Action Args
2009-01-01 20:31:28ajaksu2setrecipients: + ajaksu2, vstinner, chris.mahan
2009-01-01 20:31:28ajaksu2setmessageid: <1230841888.24.0.941077305817.issue4791@psf.upfronthosting.co.za>
2009-01-01 20:31:27ajaksu2linkissue4791 messages
2009-01-01 20:31:27ajaksu2create