Skip to content

Commit 21b581a

Browse files
committed
explain why 🍌s are relevant
1 parent cd11ad7 commit 21b581a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Lib/asyncio/tools.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ class TaskTableOutputFormat(Enum):
209209
table = "table"
210210
csv = "csv"
211211
bsv = "bsv"
212+
# As per the words of the asyncio 🍌SV spec lead:
213+
# > 🍌SV is not just a format. It’s a lifestyle. A philosophy.
214+
# https://www.youtube.com/watch?v=RrsVi1P6n0w
212215

213216

214217
_header = ('tid', 'task id', 'task name', 'coroutine chain', 'awaiter name', 'awaiter id')

0 commit comments

Comments
 (0)