[Lxml-checkins] r41645 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Thu Mar 29 21:42:02 CEST 2007


Author: scoder
Date: Thu Mar 29 21:42:01 2007
New Revision: 41645

Modified:
   lxml/trunk/CHANGES.txt
Log:
raise AssertionError when string with '\0' bytes are passed into the API

Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt	(original)
+++ lxml/trunk/CHANGES.txt	Thu Mar 29 21:42:01 2007
@@ -23,6 +23,8 @@
 
 * Thread safety in XPath evaluators
 
+* Raise AssertionError when passing strings containing '\0' bytes
+
 Other changes
 -------------
 


More information about the lxml-checkins mailing list