Open
Description
I just tried future on a python3 program and it fails on python3 functions annotations (http://www.python.org/dev/peps/pep-3107/) :
def _parse(self, filename: str, dir='.') -> list:
^
SyntaxError: invalid syntax
I'm not sure if there is a way to fix this.