I'd normally expect a string instance, instead I get bytes.
My suggestion is to leave this as it is, but issue a DeprecationWarning in the 0.5.0 release, for the next minor version (0.6.0 or smth).
Would BloomFilter().filename make more sense? Then no breaking changes would need to be made until then.
I'd normally expect a string instance, instead I get bytes. My suggestion is to leave this as it is, but issue a
DeprecationWarning
in the0.5.0
release, for the next minor version (0.6.0
or smth).Would
BloomFilter().filename
make more sense? Then no breaking changes would need to be made until then.