stdlib-list
stdlib-list copied to clipboard
Introduce a new set-based function ``stdlib_modules()``
Follows on from #167, cc @woodruffw @miketheman
We introduce a new frozenset-based API, stdlib_modules(), that takes the place of stdlib_list for loading the package data. Due to this, we can simplify the remaining functions by using sorted() in stdlib_list and removing the lru_cache decorator.
A