summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/taskgroups.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-08-11 23:45:30 (GMT)
committerGitHub <noreply@github.com>2022-08-11 23:45:30 (GMT)
commit24dd1429e56594ab8b9aff8522305b4f38989711 (patch)
tree282f97f05e2490f1d4162c4b94f624d326e706b7 /Lib/asyncio/taskgroups.py
parentf8df88e07a731acb10ef52e5794f2ffe179d8799 (diff)
downloadcpython-24dd1429e56594ab8b9aff8522305b4f38989711.zip
cpython-24dd1429e56594ab8b9aff8522305b4f38989711.tar.gz
cpython-24dd1429e56594ab8b9aff8522305b4f38989711.tar.bz2
gh-95724: Clarify taskgroups.py license. (GH-95847)
(cherry picked from commit 7da4937748eb588bb0e977839061ce76cab1b252) Co-authored-by: Yury Selivanov <yury@edgedb.com>
Diffstat (limited to 'Lib/asyncio/taskgroups.py')
-rw-r--r--Lib/asyncio/taskgroups.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/asyncio/taskgroups.py b/Lib/asyncio/taskgroups.py
index 097b486..9be4838 100644
--- a/Lib/asyncio/taskgroups.py
+++ b/Lib/asyncio/taskgroups.py
@@ -1,4 +1,5 @@
-# Adapted with permission from the EdgeDB project.
+# Adapted with permission from the EdgeDB project;
+# license: PSFL.
__all__ = ["TaskGroup"]