Let's take a few more easy ones. For review:
o Protocols.XMLRPC Implements most features of the XML-RPC standard
o Parser Added a few methods: get_xml_parser, which returns a Parser.HTML set up to parse XML, parse_html_entities and decode_numeric_xml_entity, which decode XML and HTML entities respectively.
Examples: Parser.decode_numeric_xml_entity("#x7a") => "z" Parser.parse_html_entities(">") => ">"
o Web.Crawler A generic asynchronus web crawler that supports the /robots.txt standard.
/ Peter Bortas
Previous text:
2002-12-05 21:43: Subject: CHANGES line of the day
Incheckat.
Why is there no extracted documentation for Protocols.SNMP on pike.ida.liu.se?
/ Peter Bortas