commit | 39267c21cc8e5e7bc8facd1260eac212b9ebeefd | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Tue Feb 23 22:30:50 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Tue Feb 23 22:30:50 2016 +0000 |
tree | 564cf5a6df7e0172901e1b5f0b8ca4368e10c67d | |
parent | 3058eb418a3374ddb9ae8b7f29f4ebd072837dd7 [diff] |
Issue #22088: Clarify base-64 alphabets and which characters are discarded * There are only two base-64 alphabets defined by the RFCs, not three * Due to the internal translation, plus (+) and slash (/) are never discarded * standard_ and urlsafe_b64decode() discard characters as well