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 skorpeo
Recipients skorpeo
Date 2020-06-24.13:44:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593006264.44.0.612791321942.issue41104@roundup.psfhosted.org>
In-reply-to
Content
This line in imaplib.py inside _dump_ur function:
l = map(lambda x:'%s: "%s"' % (x[0], x[1][0] and '" "'.join(x[1]) or ''), l)

fails because the untagged responses are bytestrings and it expects regular strings.
History
Date User Action Args
2020-06-24 13:44:24skorpeosetrecipients: + skorpeo
2020-06-24 13:44:24skorpeosetmessageid: <1593006264.44.0.612791321942.issue41104@roundup.psfhosted.org>
2020-06-24 13:44:24skorpeolinkissue41104 messages
2020-06-24 13:44:24skorpeocreate