> In that case, the __all__ attribute in the module has to be calculated
> dynamically. Say, adding code like
>> try:
> LC_MESSAGES
> except NameError:
> pass
> else:
> __all__.append('LC_MESSAGES')
>> Ditto for anything else.
>> Should I check in a patch?
SourceForge CVS doesn't appear to be broken, so I can only conclude everyone
decided this was a bad to stop taking drugs <0.9 wink>.