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 ryanbarrett
Recipients
Date 2007-02-17.07:32:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
i talked to harald alvestrand, and he made the good point that the = character is only problematic in URL parameter names. it's ok, if unusual, in parameter values, since the & character is used at the end the value.

apart from that, though, he didn't sound like this would be a priority for the IETF to address. unfortunate, but understandable. :P

so, the resolution here might just be to update the base64 documentation to say that urlsafe_b64encode's output may include the = character. another option would be to change the code to use different character for padding, which would be nicer, but wouldn't follow the spec. up to you.
History
Date User Action Args
2007-08-23 14:51:57adminlinkissue1661108 messages
2007-08-23 14:51:57admincreate