summaryrefslogtreecommitdiffstats
path: root/Lib/__phello__
Commit message (Collapse)AuthorAgeFilesLines
* bpo-45020: Add more test cases for frozen modules. (gh-28664)Eric Snow2021-10-014-0/+14
I've added a number of test-only modules. Some of those cases are covered by the recently frozen stdlib modules (and some will be once we add encodings back in). However, I figured we'd play it safe by having a set of modules guaranteed to be there during tests. https://bugs.python.org/issue45020