Author rupole
Recipients
Date 2006-07-18.07:35:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The Windows implementation of listdir returns 
successfully as soon as FindNextFile returns False, 
without checking that GetLastError returns 
ERROR_NO_MORE_FILES.  If the operation is interrupted 
(eg removable media ejected, network connection to UNC 
path lost, and so on) an incomplete directory listing 
is returned instead of throwing an exception.
This behaviour exists in 2.4.3 and 2.5b2.
History
Date User Action Args
2007-08-23 14:41:24adminlinkissue1524310 messages
2007-08-23 14:41:24admincreate