[Lxml-checkins] r50905 - lxml/trunk
scoder at codespeak.net
scoder at codespeak.net
Wed Jan 23 11:25:12 CET 2008
Author: scoder
Date: Wed Jan 23 11:25:12 2008
New Revision: 50905
Modified:
lxml/trunk/ (props changed)
lxml/trunk/CHANGES.txt
Log:
r3285 at delle: sbehnel | 2008-01-22 09:28:55 +0100
changelog cleanup
Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt (original)
+++ lxml/trunk/CHANGES.txt Wed Jan 23 11:25:12 2008
@@ -11,17 +11,19 @@
Bugs fixed
----------
+* Missing import in ``lxml.html.clean``.
+
* Some Python 2.4-isms prevented lxml from building/running under
Python 2.3.
Other changes
-------------
+* The test suite now skips most doctests under Python 2.3.
+
* ``make clean`` no longer removes the .c files (use ``make
realclean`` instead)
-* The test suite now skips most doctests under Python 2.3.
-
2.0beta1 (2008-01-11)
=====================
More information about the lxml-checkins
mailing list