summaryrefslogtreecommitdiff
path: root/test cases/keyval/1 basic/test.json
AgeCommit message (Collapse)Author
2022-08-17interpreter: move handling of module stability to interpreterDylan Baker
Thanks to `ModuleInfo`, all modules are just named `foo.py` instead of `unstable_foo.py`, which simplifies the import method a bit. This also allows for accurate FeatureNew/FeatureDeprecated use, as we know when the module was added and if/when it was stabilized.
2020-07-19Print a warning when importing a stabilized moduleMarc-André Lureau