[Lxml-checkins] r52431 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Wed Mar 12 19:48:59 CET 2008


Author: scoder
Date: Wed Mar 12 19:48:58 2008
New Revision: 52431

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/CHANGES.txt
Log:
 r3774 at delle:  sbehnel | 2008-03-12 19:47:58 +0100
 changelog


Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt	(original)
+++ lxml/trunk/CHANGES.txt	Wed Mar 12 19:48:58 2008
@@ -24,6 +24,9 @@
 Bugs fixed
 ----------
 
+* Attribute assignment of custom PyTypes in objectify could fail to
+  correctly serialise the value to a string.
+
 * Default encoding for plain text serialisation was different from
   that of XML serialisation (UTF-8 instead of ASCII).
 


More information about the lxml-checkins mailing list