adapt cnfvar stdout writer for python3
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 1 Dec 2017 11:33:11 +0000 (12:33 +0100)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 1 Dec 2017 11:33:20 +0000 (12:33 +0100)
commit87751ec48ec5e237a08c3f64b8c0ae063ae4de2a
tree46044ec71566de5422ead85213b2cc754ee245df
parent5af101c61c518e44841df529b3b68965182bdeb2
adapt cnfvar stdout writer for python3

stdio output still trips over the bytes / string separation. Fix
it by defaulting to bytes which mirrors the reader. Add optional
string writer for use with direct text output.
src/cnfvar.py