]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-95724: Clarify taskgroups.py license. (GH-95847)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Aug 2022 23:45:30 +0000 (16:45 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Aug 2022 23:45:30 +0000 (16:45 -0700)
(cherry picked from commit 7da4937748eb588bb0e977839061ce76cab1b252)

Co-authored-by: Yury Selivanov <yury@edgedb.com>
Lib/asyncio/taskgroups.py
Lib/test/test_asyncio/test_taskgroups.py

index 097b4864f7ab98fb505d0a6482b189cc05856512..9be4838e3c7ad096dbf8e0529be5bea5be183d0f 100644 (file)
@@ -1,4 +1,5 @@
-# Adapted with permission from the EdgeDB project.
+# Adapted with permission from the EdgeDB project;
+# license: PSFL.
 
 
 __all__ = ["TaskGroup"]
index 99498e7b36f0f90eaf9c93913431189fbdd51efb..74bae06af8e729164f0c4e341e87e064d793a5f9 100644 (file)
@@ -1,4 +1,5 @@
-# Adapted with permission from the EdgeDB project.
+# Adapted with permission from the EdgeDB project;
+# license: PSFL.
 
 
 import asyncio