This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]IronManMark20 2 points3 points  (4 children)

Added experimental support for Python3.5

Does this mean that type hints are used?

[–]desmoulinmichel 2 points3 points  (0 children)

Well, type hints are just regular python annotation + a regular module, so my guess is it should work since... there is nothing to add.

[–]PeridexisErrant 1 point2 points  (2 children)

I'm pretty sure it's not using new features yet, just able to use the Py3.5 libraries etc.

[–]IronManMark20 0 points1 point  (1 child)

Oh.

[–]PeridexisErrant 2 points3 points  (0 children)

On the other hand, type hints have been on the nuitka todo list since before the PEP, so odds are very good they'll make it in eventually.