[Python-Dev] Breaking undocumented API
Łukasz Langa
lukasz at langa.pl
Thu Nov 11 16:17:07 CET 2010
Am 11.11.2010 16:05, schrieb Barry Warsaw:
> Agreed, though I wouldn't *remove* __all__'s, I would establish a
> convention
> where they can be generated programmatically. Keeping __all__ in sync with
> the code is a PITA. It screams for automation.
You mean runtime automation, e.g. creating __all__ on the fly omitting
underscored names?
--
Best regards,
Łukasz Langa
More information about the Python-Dev
mailing list