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

A list of Python Standard Libraries (2.6-7, 3.2-12).

Results 23 stdlib-list issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...