We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6623e7 commit 7da4937Copy full SHA for 7da4937
Lib/asyncio/taskgroups.py
@@ -1,4 +1,5 @@
1
-# Adapted with permission from the EdgeDB project.
+# Adapted with permission from the EdgeDB project;
2
+# license: PSFL.
3
4
5
__all__ = ["TaskGroup"]
Lib/test/test_asyncio/test_taskgroups.py
import asyncio
0 commit comments