python-rsrcfork/rsrcfork
dgelessus 0b8699c2f1 Do not close user-supplied streams in ResourceFork.close by default
When using ResourceFork.open, the stream is still closed when the
ResourceFile is closed, because the user has no access to the stream.
This matches the behavior of modules like zipfile and tarfile, which
close their underlying streams if they created them themselves, but not
if they were supplied by the user.
2018-02-16 22:47:36 +01:00
..
__init__.py Refactor rsrcfork.py into a package 2018-02-12 22:48:46 +01:00
__main__.py Refactor rsrcfork.py into a package 2018-02-12 22:48:46 +01:00
api.py Do not close user-supplied streams in ResourceFork.close by default 2018-02-16 22:47:36 +01:00