From d08ca56e4b2ea8c9576c0368489dcb74157c9613 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Wed, 13 Mar 2019 23:24:20 +0700 Subject: python/python3-multidict: Added (Asyncio-based multidict). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-multidict/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/python3-multidict/README (limited to 'python/python3-multidict/README') diff --git a/python/python3-multidict/README b/python/python3-multidict/README new file mode 100644 index 0000000000..04f8618c64 --- /dev/null +++ b/python/python3-multidict/README @@ -0,0 +1,2 @@ +Multidict is dict-like collection of key-value pairs where key might +be occurred more than once in the container. -- cgit v1.2.3