##// END OF EJS Templates
transaction: fix __repr__() and make the default name bytes...
transaction: fix __repr__() and make the default name bytes This likely was always wrong on py3, since going back to aff5996f3043, these were added as a r-strings. Callers seem to always be supplying bytes, which makes the `b'/'.join(...)` part OK, but then bytes can't be interpolated into str with "%s", so it wouldn't have worked in either case.

File last commit:

r51283:b88e9c70 default
r51761:0a4efb65 stable
Show More
clippy.toml
1 line | 16 B | text/plain | TOMLLexer
Georges Racinet
rust: configure MSRV in Clippy...
r51283 msrv = "1.61.0"