ANN: new sgmlop release (may 28, 2000)

PythonWare info at pythonware.com
Mon May 29 08:59:30 EDT 2000


It's release week at the labs, and we'll start with something
small but tasty:

    Secret Labs' sgmlop module is a fast replacement for the
    regular expression-based parsers used in Python's sgmllib,
    htmllib, and xmllib modules.

    A new version is now available from:

        http://www.pythonware.com/products/xml

    Changes since the last release include:
    - if a file ends with cdata, make sure all characters are sent
      to the callback
    - Unicode strings (under 1.6) are now translated to UTF-8 on
      the fly (future versions will be fully unicode-aware)
    - the 'close' method no longer accepts an optional argument.
    - recursive calls to 'feed' or 'close' now raises an exception.

enjoy,
the pythonware team

    "Secret Labs -- makers of fine pythonware since 1997."





More information about the Python-list mailing list