Skip to content

Teach qq to be usable with both bytes and str format whatever type qq argument is

Kirill Smelkov requested to merge kirr/pygolang:y/qq-% into master

so that e.g. the following works instead of raising TypeError:

b"hello %s" % qq("мир")

/cc @gabriel, @jerome

Merge request reports