Stephan Richter wrote: >> - >>> field = zope.schema.Bytes(default='\10\45\n\32') >> + >>> field = zope.schema.Bytes(default='Default bytes') > > Hey Malthe, you weakened the test a lot by not having non-ASCII characters in > the test now. Why did you troubles with that?
The ``xml.parsers.expat`` module claims that the previous value was not valid in an XML document. I think it constitutes some flawed escape sequence, at least according to this module. But that could be a bug. What were you trying to test in particular? \malthe _______________________________________________ Zope-Dev maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
