The new 1.3 release of markup.py is available from

http://markup.sourceforge.net/

The markup module attempts to make it easier to output HTML or XML
from a python program without cluttering your code with tags in a
simple and flexible way.

Changes

  * improved documentation
  * function added to optionally escape < and > as &amp;tl; and &amp;gt;
  * several functions added for frequently used HTML tag combinations
to speed up things
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to