v0.10.1
- test/mixins: remove
mk_named_tempfile
. Usetmp_path / [filename]
instead (@arthurzam) - fileutils: remove deprecated
write_file
. UsePath().write_text
instead (@arthurzam) - fileutils: remove deprecated
UnbufferedWriteHandle
. Useio.TextIOWrapper
withwrite_through=True
instead (@arthurzam) - descriptors: remove unused
classproperty
(@arthurzam)