[issue41124] String with encode causing addition of 'b' in the beginning

SilentGhost report at bugs.python.org
Fri Jun 26 01:37:07 EDT 2020


SilentGhost <ghost.adh at runbox.com> added the comment:

Your request is likely failing for entirely different reasons.

What you've done is encoded a str object into bytes object, which is represented with as literal using b prefix. It isn't being sent over the socket.

----------
nosy: +SilentGhost
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41124>
_______________________________________


More information about the Python-bugs-list mailing list