Code review comment for lp:~jpakkane/evemu/python3-preparation

Revision history for this message
Jussi Pakkanen (jpakkane) wrote :

__future__ imports are special. They are not modules, but rather change the behaviour of the compiler/interpreter.

It's a bit like having -Werror on in C. It tells you immediately if you screw up in the future.

« Back to merge proposal