-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or request thereforNew feature or request therefor
Description
InPlace
should gain a follow_symlinks: bool
option for controlling whether to resolve any symbolic links in the input file path before opening the file for reading. Setting this to True
(the default) will result in the same behavior as now. Setting this to False
disables symlink resolution.
- Note that this option only controls resolution of symlinks in the
name
argument; symlinks in thebackup
argument are never resolved byin-place
. - Note that
backup_ext
is applied to the input file path after any symlink resolution is performed.
Note to self: Make use of the test cases from the Rust port for this.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or request thereforNew feature or request therefor