diff options
author | Yury Selivanov <yury@edgedb.com> | 2022-08-11 23:12:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-11 23:12:06 (GMT) |
commit | 7da4937748eb588bb0e977839061ce76cab1b252 (patch) | |
tree | 26c0ae329e3fbbf876b1d7b32f2e4bee690547bd /Lib/asyncio | |
parent | e6623e7083ce08a247e5df169bcc749f99327823 (diff) | |
download | cpython-7da4937748eb588bb0e977839061ce76cab1b252.zip cpython-7da4937748eb588bb0e977839061ce76cab1b252.tar.gz cpython-7da4937748eb588bb0e977839061ce76cab1b252.tar.bz2 |
gh-95724: Clarify taskgroups.py license. (#95847)
Diffstat (limited to 'Lib/asyncio')
-rw-r--r-- | Lib/asyncio/taskgroups.py | 3 |
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"] |