Hacking 0.6

New Checks:

H102: Apache 2.0 license header not found
H103: header does not match Apache 2.0 License notice
H231: Python 3.x incompatible 'except x,y:' construct
H232: Python 3.x incompatible octal %s should be written as 0o%s
H233: Python 3.x incompatible use of print operator
H501: Do not use locals() for string formatting