Skip to content

v0.4.0 — Unify classes

Compare
Choose a tag to compare
@jwodder jwodder released this 05 Oct 15:36
· 100 commits to master since this release
v0.4.0
  • Breaking: Combined all classes' functionality into a single InPlace class that uses a mode argument to determine whether to operate in text or binary mode.
  • InPlaceBytes and InPlaceText are now deprecated and will be removed in a future version; please use InPlace with mode='b' or mode='t' instead.
  • Support fsencoded-bytes as file paths under Python 3