mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
gh-95724: Clarify taskgroups.py license. (#95847)
This commit is contained in:
parent
e6623e7083
commit
7da4937748
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
# Adapted with permission from the EdgeDB project.
|
# Adapted with permission from the EdgeDB project;
|
||||||
|
# license: PSFL.
|
||||||
|
|
||||||
|
|
||||||
__all__ = ["TaskGroup"]
|
__all__ = ["TaskGroup"]
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Adapted with permission from the EdgeDB project.
|
# Adapted with permission from the EdgeDB project;
|
||||||
|
# license: PSFL.
|
||||||
|
|
||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue