Skip to content

Version 3.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 12:28
ade6f72

What's Changed

  • replaced 'cgi' with 'EmailMessage' due to deprication in Python3.13;
  • fixed a TypeError: "a bytes-like object is required, not 'str'";
  • fixed xml parsing;
  • use 'unittest' instead of custom framework.