summaryrefslogtreecommitdiffstats
path: root/rules/python3-multidict.in
blob: b994bfe04364ac9b3bae594b672354369dacc7ee (plain)
1
2
3
4
5
6
7
8
9
## SECTION=python3

config PYTHON3_MULTIDICT
	tristate
	select PYTHON3
	prompt "multidict"
	help
	  Multidict is a dict-like collection of key-value pairs where
	  the key might occur more than once in the container.