Christos TZOTZIOY Georgiou wrote:

On POSIX filesystems, one has also to avoid comparing files having same (st_dev,
st_inum), because you know that they are the same file.

I then have a bug here - I consider all files with the same inode equal, but according to what you say I need to consider the tuple (st_dev,ST_ium). I'll have to fix that for 0.13.


Thanks ;-)
-pu
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to