Ticket #1773 defect closed fixed

Opened 7 years ago

Last modified 7 years ago

twisted.python.filepath.FilePath.islink will never return True

Reported by: exarkun Owned by:
Priority: high Milestone:
Component: core Keywords:
Cc: Branch:
Author: Launchpad Bug:

Description

This is clearly a defect, since some files are, in fact, links.

Change History

1

Changed 7 years ago by glyph

  • status changed from new to closed
  • resolution set to fixed

(In [17040]) Sometimes, filesystem paths are links.

Author: glyph

Reviewer: itamarst

Fixes #1773

This change fixes it so that sometimes FilePath.islink() will return true when the destination is in fact a link. Previously, 'stat' results were cached, and stat follows symbolic links.

2

Changed 2 years ago by <automation>

  • owner glyph deleted
Note: See TracTickets for help on using tickets.