open-things / loggingex

Extensions for the standard logging module.
MIT License
2 stars 4 forks source link

Examples fail on python 3.5 #12

Closed Paulius-Maruska closed 5 years ago

Paulius-Maruska commented 5 years ago

Python 3.5 did not support type annotation on local variables (only comment style annotations are supported), so running examples with python 3.5 fails right now. Oops.