mirror of https://github.com/python/cpython
gh-95724: Clarify taskgroups.py license. (#95847)
This commit is contained in:
parent
e6623e7083
commit
7da4937748
|
@ -1,4 +1,5 @@
|
|||
# Adapted with permission from the EdgeDB project.
|
||||
# Adapted with permission from the EdgeDB project;
|
||||
# license: PSFL.
|
||||
|
||||
|
||||
__all__ = ["TaskGroup"]
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Adapted with permission from the EdgeDB project.
|
||||
# Adapted with permission from the EdgeDB project;
|
||||
# license: PSFL.
|
||||
|
||||
|
||||
import asyncio
|
||||
|
|
Loading…
Reference in New Issue