Y
Hacker News
new
|
ask
|
show
|
jobs
by
erdewit
1449 days ago
Is the TaskGroup really in the 3.11 release though? It's not to be found anywhere in the Python documentation or release notes:
https://docs.python.org/3.11/whatsnew/3.11.html
It has been talked about for a long time, probably 4 years now.
1 comments
Mehdi2277
1449 days ago
It's implemented in 3.11. Documentation still hasn't been written for it yet though and that's why the issue is still open,
https://github.com/python/cpython/issues/90908
.
link