Changes between Initial Version and Version 1 of Ticket #11675, comment 18
- Timestamp:
- Sep 28, 2017, 8:20:44 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11675, comment 18
initial v1 1 I think we should document file-like object is returned from `IAttachmentStorage.open()`. In addition, the object should be closable if it has `close` method, orclosable by `with` statement.1 I think we should document file-like object is returned from `IAttachmentStorage.open()`. In addition, the object should be closable if it has `close` method, and closable by `with` statement.