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 serhiy.storchaka
Recipients Jeremy.Hylton, barry, gvanrossum, martin.panter, r.david.murray, serhiy.storchaka
Date 2017-03-26.15:08:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490540921.94.0.195198355098.issue18022@psf.upfronthosting.co.za>
In-reply-to
Content
Thus currently the table of discrepancies looks as:

           quoprimime  binascii  quopri

 b'='      ''          b''       b'='
 b'= '     ''          b'= '     b'= '
 b'= \n'   ''          b'= \n'   b''
 b'=\r'    ''          b''       b'=\r'
 b'==41'   '=A'        b'=41'    b'=41'
History
Date User Action Args
2017-03-26 15:08:41serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, barry, r.david.murray, Jeremy.Hylton, martin.panter
2017-03-26 15:08:41serhiy.storchakasetmessageid: <1490540921.94.0.195198355098.issue18022@psf.upfronthosting.co.za>
2017-03-26 15:08:41serhiy.storchakalinkissue18022 messages
2017-03-26 15:08:41serhiy.storchakacreate