Releases: dgelessus/python-rsrcfork
Releases · dgelessus/python-rsrcfork
v1.1.3
Note: This version is not available on PyPI, see version 1.1.3.post1 changelog for details.
- Added a setuptools entry point for the command-line interface. This allows calling it using just
rsrcforkinstead ofpython3 -m rsrcfork. - Changed the default value of
ResourceFork.__init__'sclosekeyword argument fromTruetoFalse. This matches the behavior of classes likezipfile.ZipFileandtarfile.TarFile. - Fixed
ResourceFork.openandResourceFork.__init__not closing their streams in some cases. - Refactored the single
rsrcfork.pyfile into a package. This is an internal change and should have no effect on how thersrcforkmodule is used.
v1.1.2
- Added support for the resource file attributes "Resources Locked" and "Printer Driver MultiFinder Compatible" from ResEdit.
- Added more dummy constants for resource attributes with unknown meaning, so that resource files containing such attributes can be loaded without errors.