Version 0.38.1
Pre-release
Pre-release
·
572 commits
to master
since this release
v0.38.1
- Added a
__del__method toMSGFileto ensure a bit of proper cleanup should all references to anMSGFileinstance be removed before the file is closed.OleFileIOdoesn't appear to have one, so it's up to us to ensure it is properly closed. Note that thedelkeyword does not guarantee the immediate deletion of the object, and you should take care to close the file yourself. If this is not possible, importing thegcmodule and using it'scollectmethod will free the files if your code has no references to them. - Fixed an import issue with signed messages.