Message78726
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 |
|
| Date |
User |
Action |
Args |
| 2009-01-01 20:31:28 | ajaksu2 | set | recipients:
+ ajaksu2, vstinner, chris.mahan |
| 2009-01-01 20:31:28 | ajaksu2 | set | messageid: <[email protected]> |
| 2009-01-01 20:31:27 | ajaksu2 | link | issue4791 messages |
| 2009-01-01 20:31:27 | ajaksu2 | create | |
|