[Lxml-checkins] r52713 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Wed Mar 19 07:44:51 CET 2008


Author: scoder
Date: Wed Mar 19 07:44:51 2008
New Revision: 52713

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/CHANGES.txt
Log:
 r3809 at delle:  sbehnel | 2008-03-18 22:23:40 +0100
 moved last Changelog entries back to 2.0.3


Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt	(original)
+++ lxml/trunk/CHANGES.txt	Wed Mar 19 07:44:51 2008
@@ -8,11 +8,6 @@
 Features added
 --------------
 
-* ElementSoup/soupparser.parse() allows passing keyword arguments on
-  to BeautifulSoup.
-
-* ``fromstring()`` method in ``lxml.html.soupparser``.
-
 * ``XSLTAccessControl`` instances have a property ``options`` that
   returns a dict of access configuration options.
 
@@ -29,9 +24,6 @@
 Bugs fixed
 ----------
 
-* The BeautifulSoup parser did not replace entities, which made them
-  turn up in text content.
-
 * Attribute assignment of custom PyTypes in objectify could fail to
   correctly serialise the value to a string.
 


More information about the lxml-checkins mailing list