v0.3.0 — Better symlink support
- Handling of symbolic links is changed: Now, if
in_place
is asked to operate on a symlinklink.txt
that points torealfile.txt
, it will act as though it was asked to operate onrealfile.txt
instead, and the pathlink.txt
will only be used when combining withbackup_ext
to construct a backup file path - Drop support for Python 2.6 and 3.3