Please turn JavaScript on
Newest Python PEPs icon

Newest Python PEPs

follow.it gives you an easy way to subscribe to Newest Python PEPs's news feed! Click on Follow below and we deliver the updates you want via email, phone or you can read them here on the website on your own news page.

You can also unsubscribe anytime painlessly. You can even combine feeds from Newest Python PEPs with other site's feeds!

Title: PEP 0 – Index of Python Enhancement Proposals (PEPs) | peps.python.org

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.07 / day

Message History

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 public in that module. Both are used as decorators (@public and @private) on class and function definitions, so that a name’s visibility is declared exactly once, at the point where t...

Read full story
This PEP proposes an __export__ variable that modules can define to limit visibility and access to variables from outside the module.

Read full story