/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 3613.2.2 17 years ago Robert Collins Refactor exporters to remove obvious duplication t 5.8 KB Diff Download File
dir_exporter.py 3613.2.2 17 years ago Robert Collins Refactor exporters to remove obvious duplication t 2.1 KB Diff Download File
tar_exporter.py 3613.2.2 17 years ago Robert Collins Refactor exporters to remove obvious duplication t 2.8 KB Diff Download File
zip_exporter.py 3613.2.2 17 years ago Robert Collins Refactor exporters to remove obvious duplication t 3.2 KB Diff Download File