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 pitrou
Recipients Red HamsterX, ajaksu2, amaury.forgeotdarc, gvanrossum, pitrou, r.david.murray, sanxiyn
Date 2009-07-29.19:05:03
SpamBayes Score 1.9026041e-07
Marked as misclassified No
Message-id <1248894476.2463.0.camel@localhost>
In-reply-to <1248893606.13.0.62492240823.issue1466065@psf.upfronthosting.co.za>
Content
> If the documentation is clear, then all future application developers
> will know to check for validity using a regular expression like
> '^[A-Za-z0-9+/\r\n]+={0,2}$'. Any existing applications in which
> validity matters should already have a similar workaround.

But having to validate input manually kinds of defeats the point of
having a decoder in the stdlib, therefore I agree with MRAB that a
validation flag would be useful.
History
Date User Action Args
2009-07-29 19:05:05pitrousetrecipients: + pitrou, gvanrossum, amaury.forgeotdarc, sanxiyn, ajaksu2, r.david.murray, Red HamsterX
2009-07-29 19:05:03pitroulinkissue1466065 messages
2009-07-29 19:05:03pitroucreate