chiark / gitweb /
catacomb/__init__.py: Don't try to convert text strings to `ByteString'.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 21 Oct 2019 19:06:31 +0000 (20:06 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Apr 2020 11:44:21 +0000 (12:44 +0100)
commit3e611d8765877ea521d501f97184b7fc5edffd5c
treea9ed4b651a3fc4408bac8b6dfae209b755705272
parentab093124de0e9b0bb5d5797de7296161a2e62b40
catacomb/__init__.py: Don't try to convert text strings to `ByteString'.

This won't work in Python 3, so get used to the idea.

Fortunately, this only matters for the empty string, so use
`ByteString.zero(0)' instead.
catacomb/__init__.py