stdlib-list icon indicating copy to clipboard operation
stdlib-list copied to clipboard

Introduce a new set-based function ``stdlib_modules()``

Open AA-Turner opened this issue 4 months ago • 5 comments

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

AA-Turner avatar Aug 18 '25 14:08 AA-Turner