__repr__ returns string, so don't mix it with byte strings.
This fixes
TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'
__repr__ returns string, so don't mix it with byte strings.
This fixes
TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'
ACK fa82cacf601acf7f92b51a6f870cb4f6bbfe92db
Is this comment above now out of date? "For Python3 compatibility add b before strings so testcases don't need to change"
Removed comment
On Feb 18, 2018 21:57, "fanquake" notifications@github.com wrote:
@fanquake requested changes on this pull request.
Is this comment above now out of date? "For Python3 compatibility add b before strings so testcases don't need to change"
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bitcoin/bitcoin/pull/12475#pullrequestreview-97432575, or mute the thread https://github.com/notifications/unsubscribe-auth/AGGmv1_0JF7fqKhjCNDeB7IQJdHF0R1Aks5tWOMzgaJpZM4SJg99 .
utACK fa41d68
utACK fa41d68a2