Brett Cannon <br...@python.org> added the comment:

R. David is correct that currently the policy is there are no type hints in the 
stdlib. Now the interesting thing about AC is the type hint info could be kept 
just in the docstring and not added to __annotations__ which somewhat goes 
around this restriction. Plus I think Victor is only talking about the 
docstring ATM anyway.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31939>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to