what is it
----------
A Python package to parse and build CSS Cascading Style Sheets. (Not a renderer though!)

about this release
------------------
0.9.7a2 is an alpha release.

main changes
------------
0.9.7 is quite a bit faster than 0.9.6.

0.9.7a2 091230
    - **API CHANGE**: Setting a style declarations' property to         
      ``None`` or the empty string effectively removes this property
      from the declaration. See also Issue #32.

    + **BUGFIX/FEATURE**: Fixed Issue 33: URL references (like ``url()``
      values) in combined sheets are now adjusted even if sheets are
      not in the same folder. Only relative paths are adjusted.

    - **BUGFIX**: Fixed parsing of FUNCTIONS in CSSUnknownRule like
      `...@bottom { counter(page) }`` which raised a false error of a
      mismatch of parenthesis

license
-------
cssutils is published under the LGPL version 3 or later, see http://cthedot.de/cssutils/

If you have other licensing needs please let me know.

download
--------
For download options see http://cthedot.de/cssutils/

cssutils needs Python 2.4 or higher or Jython 2.5 and higher (tested with Python 2.6.4(64), 2.5.4(64), 2.4.4 and Jython 2.5.1 on Win 7 64bit only)


Bug reports (via Google code), comments, etc are very much appreciated! Thanks.

Christof
--
http://mail.python.org/mailman/listinfo/python-announce-list

       Support the Python Software Foundation:
       http://www.python.org/psf/donations/

Reply via email to