v0.4.0 — Unify classes
- Breaking: Combined all classes' functionality into a single
InPlaceclass that uses amodeargument to determine whether to operate in text or binary mode. InPlaceBytesandInPlaceTextare now deprecated and will be removed in a future version; please useInPlacewithmode='b'ormode='t'instead.- Support fsencoded-bytes as file paths under Python 3