[XML-SIG] [ pyxml-Bugs-433428 ] text mode in pDomlette.PickleDocument
noreply@sourceforge.net
noreply@sourceforge.net
Fri, 15 Jun 2001 07:28:52 -0700
Bugs item #433428, was updated on 2001-06-15 07:28
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=433428&group_id=6473
Category: 4Suite
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: alexander smishlajev (a1s)
Assigned to: Nobody/Anonymous (nobody)
Summary: text mode in pDomlette.PickleDocument
Initial Comment:
pickle uses readline() to read strings pickled in text mode. this means that strings pickled in text mode
can not contain newlines.
pDomlette.PickleDocument() on windows platform pickles in text mode producing broken pickled data.
example of such broken data is value returned from
FtServer.Core.Lib.SchematronStylesheet.GetSchematronInstance() which makes 4SuiteServer test
Core\test_raw_file.py fail with traceback.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=433428&group_id=6473