v0.4.0 — Unify classes
- Breaking: Combined all classes' functionality into a single
InPlace
class that uses amode
argument to determine whether to operate in text or binary mode. InPlaceBytes
andInPlaceText
are now deprecated and will be removed in a future version; please useInPlace
withmode='b'
ormode='t'
instead.- Support fsencoded-bytes as file paths under Python 3