On Thu, 2008-08-28 at 13:32 +0300, Gediminas Paulauskas wrote: > There was a bug #125144 regarding broken symlinks, and several patches > were committed to fix that, but in a strange way - by catching ENOENT > and ELOOP exceptions. This is only fixing the symptoms. The result is > still wrong, because os.stat reports information about the linked > file, not the symlink itself. Since symlinks are version-controlled, > the interesting info is the symlink itself. Thus, os.lstat should be > used. > > The attached patch uses os.lstat and removes the workarounds.
bb:approve Jelmer
signature.asc
Description: This is a digitally signed message part
-- bzr-gtk mailing list [email protected] Modify settings or unsubscribe at: https://lists.canonical.com/mailman/listinfo/bzr-gtk
