Guido van Rossum <gu...@python.org> added the comment:

> Where are capabilities like "list[str]" and "dict[str, list[int]]" going to 
> be documented?

I think those should go with the individual types as well. AFter all, it's 
specific to the type how many parameters it has and what they mean. There 
should probably also be a general section explaining these generics, and the 
individual types can link to those so they don't have to repeat the same 
background information.

----------

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

Reply via email to