Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-106016: Add Lib/test/test_module/ directory (#108293) | Victor Stinner | 2023-08-22 | 1 | -4/+0 |
| | | | | | * Move Python scripts related to test_module to this new directory: good_getattr.py and bad_getattrX.py scripts. * Move Lib/test/test_module.py to Lib/test/test_module/__init__.py. | ||||
* | bpo-32225: Implementation of PEP 562 (#4731) | Ivan Levkivskyi | 2017-12-14 | 1 | -0/+4 |
Implement PEP 562: module __getattr__ and __dir__. The implementation simply updates module_getattro and module_dir. |