/brz/remove-bazaar

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

Viewing all changes in revision 3735.2.72.

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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: