Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Re-insert removed newline
  • Loading branch information
barneygale committed May 6, 2023
commit 25fb112e39657e6b4b3bc84e1038a08de3575f29
1 change: 1 addition & 0 deletions Lib/pathlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,7 @@ def lstat(self):
"""
return self.stat(follow_symlinks=False)


# Convenience functions for querying the stat results

def exists(self, *, follow_symlinks=True):
Expand Down