module documentation

Shim to support Python versions < 3.10 that don't have sys.stdlib_module_names These values were created by cherry-picking the commits from https://bugs.python.org/issue42955 into each version, but may be updated manually if changes are needed.

Constant PY_3_7 Undocumented
Constant PY_3_8 Undocumented
Constant PY_3_9 Undocumented

Undocumented

Value
frozenset(set(['__future__',
               '_abc',
               '_ast',
               '_asyncio',
               '_bisect',
               '_blake2',
               '_bootlocale',
...

Undocumented

Value
frozenset(PY_3_7-set(['macpath'])|set(['_posixshmem',
                                       '_statistics',
                                       '_xxsubinterpreters']))

Undocumented

Value
frozenset(PY_3_8-set(['_dummy_thread', 'dummy_threading'])|set(['_aix_support',
                                                                '_bootsubprocess'
,
                                                                '_peg_parser',
                                                                '_zoneinfo',
                                                                'graphlib',
                                                                'zoneinfo']))