Skip to content

python3.5 compatibility

Compare
Choose a tag to compare
@fphammerle fphammerle released this 20 Jun 18:40
· 219 commits to master since this release
v0.1.1
6a26d41

Fixed

  • compatibility with python3.5:
    • replaced PEP526-style variable type hints with PEP484-compatible
    • fixed AttributeError due to unavailable MagicMock.assert_called_once
    • fixed TypeError when calling datetime.datetime.isoformat(datespec=…)