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 taleinat
Recipients dniq, mark.dickinson, r.david.murray, serhiy.storchaka, taleinat, terry.reedy
Date 2018-06-08.19:55:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528487757.94.0.592728768989.issue33770@psf.upfronthosting.co.za>
In-reply-to
Content
Code using only a2b_base64() would likely not be expecting this exception.

We have at least one such example in the stdlib: decode_b() in Lib/email/_encoded_words.py (which needs to be fixed regardless; see #27397).
History
Date User Action Args
2018-06-08 19:55:57taleinatsetrecipients: + taleinat, terry.reedy, mark.dickinson, r.david.murray, serhiy.storchaka, dniq
2018-06-08 19:55:57taleinatsetmessageid: <1528487757.94.0.592728768989.issue33770@psf.upfronthosting.co.za>
2018-06-08 19:55:57taleinatlinkissue33770 messages
2018-06-08 19:55:57taleinatcreate