GothenburgBitFactory / tasklib

A Python library for interacting with taskwarrior databases.
http://tasklib.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
146 stars 27 forks source link

Fixes for python 3.8 #68

Closed ahkneipp closed 4 years ago

ahkneipp commented 4 years ago

Fixes #67

Makes fixes for python 3.8. In particular, fixes the SyntaxWarnings for "is" and "is not" comparisons with literals and the stack overflows when evaluating len() on TaskQuerySet.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-1.0%) to 91.385% when pulling 3b9f7f6aac5680e00d54bffcae0c92b2f357de15 on ahkneipp:develop into 78c3a65ed4d4048d54cbabc52ddd1afb5da3d736 on robgolding:develop.

tbabej commented 4 years ago

@ahkneipp Thanks for contributing this!