Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-32225: Implementation of PEP 562 (#4731) | Ivan Levkivskyi | 2017-12-14 | 1 | -0/+7 |
Implement PEP 562: module __getattr__ and __dir__. The implementation simply updates module_getattro and module_dir. |
index : cpython.git | ||
https://github.com/python/cpython.git |
summaryrefslogtreecommitdiffstats |
Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-32225: Implementation of PEP 562 (#4731) | Ivan Levkivskyi | 2017-12-14 | 1 | -0/+7 |
Implement PEP 562: module __getattr__ and __dir__. The implementation simply updates module_getattro and module_dir. |