wearpants / twiggy

Pythonic logger, shipped in Redhat & Debian
BSD 3-Clause "New" or "Revised" License
47 stars 11 forks source link

Drop Python 2 (or use Six) #63

Closed wearpants closed 7 years ago

wearpants commented 7 years ago

Consider dropping python to support for 0.5 or 0.6 release. if this still seems important use Six to do it properly.

abadger commented 7 years ago

I've had good success in uing six. Especially when there's good unittest coverage. I take it the goal is to move away from the bundled copy of six in twiggy/compat.py to just adding six as a dependency?