This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author SilentGhost
Recipients SilentGhost, Srinivas Sampath
Date 2020-06-26.05:37:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593149827.81.0.346503222022.issue41124@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-06-26 05:37:07SilentGhostsetrecipients: + SilentGhost, Srinivas Sampath
2020-06-26 05:37:07SilentGhostsetmessageid: <1593149827.81.0.346503222022.issue41124@roundup.psfhosted.org>
2020-06-26 05:37:07SilentGhostlinkissue41124 messages
2020-06-26 05:37:07SilentGhostcreate