[XML-SIG] 0.6.6 __init__.py

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Sun, 2 Sep 2001 18:04:05 +0200


> The top-level __init__.py is missing the "unicode" module in the 
> __all__ list. Is this by error or by design?

I never thought about this. Are you using the __all__ feature of the
XML package? Why?

In any case, I think the unicode package should not be in the __all__
list - unless I'm missing the purpose of this list; xml.unicode is for
Py 1.5.2 compat only. It *is* then a bug, however, that the absence is
not explained in a comment; I will fix this.

Regards,
Martin