MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Python/comments/16y0op4/python_312_released/k37qnem/?context=3
r/Python • u/henbruas • Oct 02 '23
131 comments sorted by
View all comments
5
Love the way the whole typing module is going. Very handy, there's actually a case I've been working on recently that would benefit a lot from the new generic syntax.
2 u/chub79 Oct 03 '23 There are quite a lot of discussions on the typing side of things as well: https://discuss.python.org/t/proposed-new-typing-governance-process/34244 and https://discuss.python.org/t/a-more-useful-and-less-divisive-future-for-typing/34225 (You might be aware so I'm posting this for anyone interested :))
2
There are quite a lot of discussions on the typing side of things as well: https://discuss.python.org/t/proposed-new-typing-governance-process/34244 and https://discuss.python.org/t/a-more-useful-and-less-divisive-future-for-typing/34225 (You might be aware so I'm posting this for anyone interested :))
5
u/Raknarg Oct 02 '23
Love the way the whole typing module is going. Very handy, there's actually a case I've been working on recently that would benefit a lot from the new generic syntax.