stdlib-list
stdlib-list copied to clipboard
A list of Python Standard Libraries (2.6-7, 3.2-12).
Following discussion in #119: we should add a new API, `in_stdlib_namespace`, that behaves like `in_stdlib` *except* that it (1) does not check that the identifier actually exists, and (2) therefore...
The modules `typing.io` and `typing.re` are missing in `3.10`. They are present only in `3.8` and nowhere else, even though they exist at least in `3.10`, albeit created in an...
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...