[wwwsearch-commits] r21620 - wwwsearch/pullparser/trunk

jjlee at codespeak.net jjlee at codespeak.net
Mon Jan 2 02:13:42 CET 2006


Author: jjlee
Date: Mon Jan  2 02:13:41 2006
New Revision: 21620

Modified:
   wwwsearch/pullparser/trunk/pullparser.py
Log:
Oops, last message should have been: Don't unescape entity refs where encoding does not allow it (previously, UnicodeError was raised); Unescape numeric entity refs in attribute values and text

Modified: wwwsearch/pullparser/trunk/pullparser.py
==============================================================================
--- wwwsearch/pullparser/trunk/pullparser.py	(original)
+++ wwwsearch/pullparser/trunk/pullparser.py	Mon Jan  2 02:13:41 2006
@@ -40,6 +40,7 @@
 
 __version__ = (0, 0, 8, None, None)  # 0.0.8
 
+
 class NoMoreTokensError(Exception): pass
 
 class Token:


More information about the wwwsearch-commits mailing list