[Python-Dev] Re: Enhancing generic type documentation in the standard library

2022年3月30日 09:24:04 -0700

> I personally would love for a typing.python.org or equivalent subsection
of docs.python.org to exist.
+1
There’s a wrinkle here, however. The type specs are Python, but how they
are used/interpreted is up to third party packages.
So it’s a bit tricky to know exactly what to document where.
I don’t think that’s insurmountable, but something to keep in mind.
For example, while the clear specs are the first step, what the community
really could use is a good "recommended practices for static typing" doc —
and that’s harder to do without reference to particular tools.
-CHB
-- 
Christopher Barker, PhD (Chris)
Python Language Consulting
 - Teaching
 - Scientific Software Development
 - Desktop GUI and Web Development
 - wxPython, numpy, scipy, Cython
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/YF5UIQIWNVIANFOCIQ2J4DJACQGJDGVM/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to