bpo-32225: Implementation of PEP 562 (#4731)
Implement PEP 562: module __getattr__ and __dir__. The implementation simply updates module_getattro and module_dir.
Showing
Lib/test/bad_getattr.py
0 → 100644
Lib/test/bad_getattr2.py
0 → 100644
Lib/test/bad_getattr3.py
0 → 100644
Lib/test/good_getattr.py
0 → 100644
Please register or sign in to comment