Skip to content
This repository was archived by the owner on Sep 24, 2023. It is now read-only.

Version 0.4.1

Choose a tag to compare

@bmjcode bmjcode released this 26 Mar 20:17
· 40 commits to master since this release

Beta "I can't believe I missed that!" release.

In keeping with this project's long tradition of sloppiness, this release was rushed out to fix a single missing line of code that does nothing now, but whose absence would cause trouble if the function it calls is ever implemented.

Some more interesting changes happened in version 0.4.0, including the addition of context manager (with statement) support.

Fixed

  • Call close() in WebArchive.__exit__().