summaryrefslogtreecommitdiffstats
path: root/Lib/test/bad_getattr3.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-32225: Implementation of PEP 562 (#4731)Ivan Levkivskyi2017-12-141-0/+5
Implement PEP 562: module __getattr__ and __dir__. The implementation simply updates module_getattro and module_dir.