/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

Change deserialise to properly handle when there is a '\r' in the key.

It turns out that bytes.splitlines() can split on a plain '\r', which breaks things.
So instead, we use bytes.split('\n') which work correctly, though we have to remove
the extra '' at the end.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 3735.8.1 17 years ago Vincent Ladeuil TestCompare tests passing. * tests/intertree_impl 7.8 KB Diff Download File
test_compare.py 3735.8.1 17 years ago Vincent Ladeuil TestCompare tests passing. * tests/intertree_impl 65.7 KB Diff Download File