Python3 compatibility fix in commandline_count.
authorDaniil Baturin <redacted>
Thu, 10 Jul 2014 18:36:53 +0000 (01:36 +0700)
committerDaniil Baturin <redacted>
Thu, 10 Jul 2014 18:36:53 +0000 (01:36 +0700)
commitca8e24e01585666e5e6dd533487f16b20a16dc4a
tree5f06d4e69f8940b051c1521ec35b392b653e0fbe
parent75337cf246ce849c016bafc125323dc96dbfd69f
Python3 compatibility fix in commandline_count.
.count() doesn't work with strings in it, likely because strings
are unicode by default. Explicit b"" byte string argument works.
tests/xkcdp_tests.py
git clone https://git.99rst.org/PROJECT