Jan. 24, 2001
11:56 p.m.
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>.
9338
Age (days ago)
9338
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tim Peters