[Python-Dev] htmllib

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Sun, 16 Jul 2000 18:12:00 +0200


paul wrote:


> I'm having a problem with htmllib. It worked fine in the alpha but not
> now. I presume it is either sre or unicode. Before I "dig in", is
> htmllib supposed to work or is someone still working on
> incompatibilities between it and sre/unicode.

probably SRE.

try replacing "import re" with "import pre; re =3D pre" in
htmllib.py, and see if the problem goes away.

</F>