[Python-Dev] Add __exports__ to modules

Barry A. Warsaw barry@digicool.com
Mon, 8 Jan 2001 10:54:10 -0500


>>>>> "MZ" == Moshe Zadka <moshez@zadka.site.co.il> writes:

    MZ> it would *totally* stop any hope in the future of module level
    MZ> __getattr__ (or at least complicate the semantics).  I think
    MZ> Alex M. is thinking of a PEP, but he's taking his time, since
    MZ> no PEPs can be considered until 2.1 is out.

Given the current discussion, I'm now -1 on __exports__ unless a PEP
is written.  I think enough issues and interactions have been brought
up that a PEP is warranted first.

-Barry