avoid formatting binary strings
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 1 Dec 2017 15:14:56 +0000 (16:14 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 5 Nov 2018 11:16:39 +0000 (12:16 +0100)
commit16453ac56da24e2356454a6a2e85350ac7f5e213
tree96399d3a5551e04423275e83307d9460742d574d
parentea8faf9c551c94aa8f36f639a2939a952263a9f6
avoid formatting binary strings

Postpone bytes conversion of CNF-encoded objects until the last
moment to work around missing interpolation of bytes objects in
Python 3.3 (the version still in use on the Intranator).

Reference: https://bufs.python.org/issue3982
src/cnfvar.py