Skip to content

2.9

Compare
Choose a tag to compare
@Changaco Changaco released this 20 Oct 12:57
· 56 commits to master since this release

Changes to the library:

  • optimized the ArchiveEntry class (#94)
  • added support for the zstd format (#90)
  • fixed the top-level __all__ list (7b97d8b)
  • updated the code to support Python 3.8 (#88)
  • improved the add_file_from_memory method (#85 and #86)
  • lowered the level of log messages from warning to info (#83)

Tests:

  • dropped testing with Python 3.4, added 3.7 and 3.8 (#88)
  • fixed unicode handling in entry tests (#84)