Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11675, comment 18


Ignore:
Timestamp:
Sep 28, 2017, 8:20:44 AM (7 years ago)
Author:
Jun Omae

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, or closable by `with` statement.
     1I 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.