mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-13 20:31:29 +00:00
strip on bytes in python3 does not remove newlines. Call after decode to have strip handle the newline.
strip on bytes in python3 does not remove newlines. Call after decode to have strip handle the newline.