]> granicus.if.org Git - python/commit
Fix closes issue1067702 The problem with close multiple ftp transfers were due cases...
authorSenthil Kumaran <senthil@uthcode.com>
Sun, 26 Jun 2011 20:45:17 +0000 (13:45 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Sun, 26 Jun 2011 20:45:17 +0000 (13:45 -0700)
commite4ef72687972a6e1aedafeb1a5f7de1dd4b5756d
treed1c7f5d602dc74f6c1972c592902e43eef7608fb
parent460153013756e565d8bcfcdab50f19c90d4ca269
Fix closes issue1067702  The problem with close multiple ftp transfers were due cases where sockets/file were not closed immediately. Tightned those cases and failure is no longer observed.
Lib/ftplib.py