Skip to content

v0.2.0 — Renamed InPlace to InPlaceText

Compare
Choose a tag to compare
@jwodder jwodder released this 23 Feb 16:47
· 118 commits to master since this release
v0.2.0
  • Renamed InPlace to InPlaceText and added a new InPlace class for reading & writing str objects (whatever those happen to be in the current Python)
  • Bugfix: If the given file does not exist and move_first is True, an empty file will no longer be left behind in the nonexistent file's place.
  • Specifying both backup and backup_ext will now produce a ValueError
  • Specifying an empty backup_ext will now produce a ValueError