itamarst / eliot

Eliot: the logging system that tells you *why* it happened
https://eliot.readthedocs.io
Apache License 2.0
1.09k stars 65 forks source link

Drop python2 support and remove six dependency #491

Closed danigm closed 4 months ago

danigm commented 1 year ago

This patch removes all the python2 compatibility code:

After this commit, this compatibility code is not needed anymore and can be removed and the six dependency can be removed.

a-detiste commented 5 months ago

ping please