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 gordonmessmer
Recipients Sam Varshavchik, barry, gordonmessmer, maciej.szulik, r.david.murray
Date 2018-09-20.03:43:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537415037.39.0.956365154283.issue34138@psf.upfronthosting.co.za>
In-reply-to
Content
PR 9436 should resolve the issue.

Since the RFC requires the "UTF8 (" prefix in the "data" and not in the literal, that had to be moved into the _command function.

This change should only affect the append() use, as that is currently the only function that sets self.literal to a value that is not a function.  The authenticate() use is not affected, and no other functions set self.literal.
History
Date User Action Args
2018-09-20 03:43:57gordonmessmersetrecipients: + gordonmessmer, barry, r.david.murray, maciej.szulik, Sam Varshavchik
2018-09-20 03:43:57gordonmessmersetmessageid: <1537415037.39.0.956365154283.issue34138@psf.upfronthosting.co.za>
2018-09-20 03:43:57gordonmessmerlinkissue34138 messages
2018-09-20 03:43:57gordonmessmercreate