|
|
|
PEP 844: ``public`` and ``private`` builtins
This PEP proposes adding two new builtin functions, public() and private(), which document the public interface of a module by keeping its __all__ synchronized with the names actually defined to be pu...
|
|
PEP 842: Module Exports
This PEP proposes an export statement that modules can use to express intent about the visibility of variables from outside the module.
|
|
PEP 838: Adding python-version to pyvenv.cfg
This PEP proposes adding a python-version field to pyvenv.cfg which records the Python interpreter used by a virtual environment. It records only the major and minor version to be resilient to patch v...
|
|
|