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 rbcollins
Recipients Bayard Randel, aalien, ezio.melotti, jcea, petri.lehtinen, r.david.murray, rbcollins
Date 2016-09-13.04:16:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473740170.64.0.213890838729.issue15393@psf.upfronthosting.co.za>
In-reply-to
Content
I think the patch should either be rejected, or also handle trailing spaces: if we're taking the RFC definition of whitespace not being structural then we should also eat trailing space, which will change the  check for extra data in decode to just checking end == s.len().

Obviously a test for the trailing case needs to be added as well.
History
Date User Action Args
2016-09-13 04:16:10rbcollinssetrecipients: + rbcollins, jcea, ezio.melotti, r.david.murray, petri.lehtinen, aalien, Bayard Randel
2016-09-13 04:16:10rbcollinssetmessageid: <1473740170.64.0.213890838729.issue15393@psf.upfronthosting.co.za>
2016-09-13 04:16:10rbcollinslinkissue15393 messages
2016-09-13 04:16:10rbcollinscreate