Bug#293084: More characters not serialized correctly by ydump.py

2007-08-20 Thread Thomas Jollans
retitle 293084 Characters not serialized correctly by syck clone 293084 -1 reassign -1 php5-syck thanks With PySyck's current syck.dump, this fails for '\n' and '\r'. In php5-syck, the test fails for '\n', '\r' and '~' (which is dumped unquoted and interpreted as null) I'm currently not sure whe

Bug#293084: More characters not serialized correctly by ydump.py

2005-01-31 Thread Ken Harris
Package: python-syck Version: 0.42-5 Hello again! After trying to use ydump/syck some more, I ran into the problem that '?' characters aren't escaped correctly, it seems. I decided to write a short program to try all the ASCII characters and see which don't work: import syck, ydump for i in xra