[Python-ideas] Re: Add an export keyword to better manage __all__

2021-04-11 Thread Stéfane Fermigier
On Sat, Apr 10, 2021 at 9:08 PM Guido van Rossum wrote: > > I owe you an answer here. For large projects with long lifetimes that > expect their API to evolve, experience has taught that any part of the API > that *can* be used *will* be used, even if it was clearly not intended to > be used. An

[Python-ideas] Re: Add an export keyword to better manage __all__

2021-04-11 Thread Oscar Benjamin
On Sun, 11 Apr 2021 at 10:25, Stéfane Fermigier wrote: > > On Sat, Apr 10, 2021 at 9:08 PM Guido van Rossum wrote: >> >> >> I owe you an answer here. For large projects with long lifetimes that expect >> their API to evolve, experience has taught that any part of the API that >> *can* be used