Hacker News new | ask | show | jobs
by newaccount74 1223 days ago
I must have looked through the docs for create_task a dozen times while trying to figure out how async/await works in Python but still managed to overlook this part.
2 comments

That is unsurprising. It was first added as a brief note only in 3.9, and expanded to its present length only in 3.10.
Same.