8 Sep
2008
8 Sep
'08
3:03 p.m.
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