mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2024-11-26 11:49:23 +00:00
0b8699c2f1
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. |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
api.py |