[Python-Dev] Add __exports__ to modules

Bill Tutt billtut@microsoft.com
Fri, 5 Jan 2001 19:43:06 -0800


I think I'm with Moshe on this one, whats wrong with just using underscores
(__) to play the hiding game.

Here's my silly language suggestion for this week:

with self:
  .bar = foo
  bar.blah = .fubar
  .bar = .bar + 1
  # etc....

Bill