Perhaps its just me, but it seems to me that this release is mighty picky
about annotations.

More specifically everything is fine in the interactive interpreter but the
same code won't fly when run as a file.

example:
def some_function(my_arg:"my random annotation")->"my random return type
annotation":
    pass

..will fail with a syntax error when run from a file.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to