added htmlgen to docs

This commit is contained in:
Araq
2012-03-23 23:28:55 +01:00
parent 91db6bd9c9
commit 16adc837be
2 changed files with 5 additions and 0 deletions

View File

@@ -255,6 +255,10 @@ XML Processing
* `htmlparser <htmlparser.html>`_
This module parses an HTML document and creates its XML tree representation.
* `htmlgen <htmlgen.html>`_
This module implements a simple XML and HTML code
generator. Each commonly used HTML tag has a corresponding macro
that generates a string with its HTML representation.
Cryptography and Hashing
------------------------

View File

@@ -17,6 +17,7 @@ Bugfixes
Library Additions
-----------------
- Added the (already existing) module ``htmlgen`` to the documentation.
- Added ``system.shallow`` that can be used to speed up string and sequence
assignments.
- Added ``system.eval`` that can execute an anonymous block of code at